Hi everyone! I need help with a character script. I want a character lay on the floor, and when it's activated it gets up, then it just plays the idle animation. I've tried this but it loops the animations and it doesn't start as I want (the character is from Model Pack 19).
;Artificial Intelligence Script
;Header
desc = Ambience
;Triggers
:state=0:setframe=996,state=1
:state=1,activated=1:animate=13,setanimspeed=60,state=2
:state=2,frameatend=13:animate=2
;End Of Script
Here's the animations list:
;animationinfo
animmax = 100
anim0 = 112,241
anim1 = 112,241
anim2 = 318,356
anim3 = 318,356
anim4 = 318,356
anim5 = 318,356
anim6 = 318,356
anim7 = 318,356
anim8 = 318,356
anim9 = 318,356
anim10 = 0,1
anim11 = 503,519
anim12 = 503,519
anim13 = 996,1025
anim95 = 357,418
By the way, I'm using Project Blue 1.8C Beta..