anim fall17
@script
void self = getlocalvar("self"); //Calling entity
void Health = getentityproperty(self, "health"); //Entity's health
if(frame == 6){//What will happen if this goes to frame 6, also known as, 7th frame in this animation?
changeentityproperty(self, "health", Health-3); //Got damaged?
}
@end_script
delay 10
offset 56 144
landframe 6 #for landing on the ground
frame data/chars/tony/fallb00.gif
frame data/chars/tony/fallb01.gif
frame data/chars/tony/fallb02.gif
frame data/chars/tony/fallb03.gif
frame data/chars/tony/fallb04.gif
delay 183
frame data/chars/tony/fallb05.gif
delay 15
frame data/chars/tony/fallb06.gif #Touch the ground!