I'm guessing this is a cog question. I need to be able shoot an enemy once, thatll stun him, I think I can do that myself.
The second kills. As the enemy falls in death, by shooting him a third time, I need the enemy replaced by a discintergration sprite of my own design.
THis may not even be possible. If not, can you just tell me how to freeze an enemy for a sleep(5)
The second kills. As the enemy falls in death, by shooting him a third time, I need the enemy replaced by a discintergration sprite of my own design.
THis may not even be possible. If not, can you just tell me how to freeze an enemy for a sleep(5)
Code:
if(getThingFlags(source) & 0x8){ do her} elseif(getThingFlags(source) & 0x4){ do other babe} else{ do a dude}