well.....
npc play death anim when die, but notghing happens.
why this are not working:
port_1a = name of branch before this level
npc play death anim when die, but notghing happens.
why this are not working:
Code:
anim death
loop 0
offset 133 153
bbox 109 77 51 78
delay 300
frame data/chars/misc/x1.gif
delay 300
@script
if(frame==1){
jumptobranch("port_1a", 1);
}
@end_script
frame data/chars/misc/x1.gif
port_1a = name of branch before this level