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

Post by ant1991331 »

God Damn i hate it when people are right, and post it as a quote! Thanks! :) :) :)
User avatar
Doomguy0505
Posts: 625
Joined: Tue Mar 29, 2005 4:53 am
Contact:

Post by Doomguy0505 »

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))
}
Post Reply

Return to “Closed Feature Suggestions [GZDoom]”