Hi everyone,
I've been testing smallg's great script on a helicopter for the final scene of my level.
The script works great, but I can't get the blade animations to work on the helicopter no matter were I put the code snippet in.
Here's the code snippet:
if g_Entity[e]['animating'] == 0 then
SetAnimationFrames(180,199)
LoopAnimation(e)
g_Entity[e]['animating'] = 1
LoopSound(e,1)
end
Can smallg or someone not to busy please help me ?
Thanks