Ok i basicly have a pigion which consists of 2 animations..
1 is idle the other is scared off
;Artificial Intelligence Script
;Header
desc = Pigion AI Script
;Triggers
:state=0:state=10,setframe=0
:state=10:animate=0
:state=10,noiseheard=500:animate=1,state=11
:state=11,animationover=1:destroy
;End of Script
Whats wrong with this script.. Animate=1 seems to just loopit
so the animationover doesnt work :/
Is there a way to play animation one time only?
The pigion has a x,y,z pos animation for the flyoff so dont need to move..
so basicly what i want is:
A=Idle
B=Hear Sound (5 segments away) = Fly Off
C=End Of Flyoff Animation, Destroy!
Visit us at