yet, another suggestion that should count...
Moderator: GZDoom Developers
-
ant1991331
- Posts: 598
- Joined: Fri Jun 24, 2005 3:19 am
- Location: Makin tracks with jetboots
-
Doomguy0505
- Posts: 625
- Joined: Tue Mar 29, 2005 4:53 am
ant1991331 wrote:Umm, small problem...DONT WORK!Code: Select all
States { Fire: BLAH BLAH BLAH etc. FLAK 0 A_FireCustomMissile("FlakChunk",random(5, -5),0,0,random(10, -5)) }
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))
}