ok heres what im trying to do, its a target i animated with milkshape, frames 1-15 is it falling down, frames 15-30 is it going back up
heres the script
Quote: ";Artificial Intelligence Script
;Header
desc = target animated
;Triggers
:state=0:setframe=15,state=1
:state=1:incframe=0,state=2
:state=2,activated=1:incframe=0,state=2
:state=2,shotdamage=1:activateifused=1,state=0
;End of Script"
heres what i want the script to do, fall down initially, when activated it raises, when it takes damage it falls down, activates if used, then returns to state 0
bhawkgames.blogspot.org