by Doomguy0505 » Sat Jul 30, 2005 8:06 am
ant1991331 wrote:Umm, small problem...
Code: Select all
States
{
Fire:
BLAH BLAH BLAH etc.
FLAK 0 A_FireCustomMissile("FlakChunk",random(5, -5),0,0,random(10, -5))
}
DONT WORK!
Saying something about a bad numeric constant in parameter, what's wrong here?
Code: Select all
States
{
Fire:
FLAK <insert frame> <insert delay> A_FireCustomMissile("FlakChunk",random(5, -5),0,0,random(10, -5))
}
[quote="ant1991331"]Umm, small problem...
[code]
States
{
Fire:
BLAH BLAH BLAH etc.
FLAK 0 A_FireCustomMissile("FlakChunk",random(5, -5),0,0,random(10, -5))
}
[/code]
DONT WORK!
Saying something about a bad numeric constant in parameter, what's wrong here?[/quote]
[code]
States
{
Fire:
FLAK <insert frame> <insert delay> A_FireCustomMissile("FlakChunk",random(5, -5),0,0,random(10, -5))
}
[/code]