Hello, the script works for the first part until the entity walks the waypoint. After the entity gets to the end she is supposed to continue the scene and speak to the player but just walks to the end of the waypoint and does nothing else. I have no idea why. Any help is appreciated
Thanks
John
Here where the script stops working (in bold) The entity wont go any further then the bold line
:state=9:etimerstart,fpgcrawtextsize=36,fpgcrawtextfont=Arial,fpgcrawtextr=0,fpgcrawtextg=0,fpgcrawtextb=255,fpgcrawtextx=50,fpgcrawtexty=80,fpgcrawtext=Nevermind you need to see this!,state=10
:state=10:fpgcrawtextsize=36,fpgcrawtextfont=Arial,fpgcrawtextr=0,fpgcrawtextg=0,fpgcrawtextb=255,fpgcrawtextx=50,fpgcrawtexty=80,fpgcrawtext=Nevermind you need to see this!
:state=10,etimergreater=3000:state=11
:state=11:waypointstart,setvar=move 1,state=12
;erster Halt
:state=12,varequal=talk 1:waypointstop,setvar=move 0,rotatetoplr,state=13
;trashcan
:state=13:etimerstart,fpgcrawtextsize=36,fpgcrawtextfont=Arial,fpgcrawtextr=0,fpgcrawtextg=0,fpgcrawtextb=255,fpgcrawtextx=50,fpgcrawtexty=80,fpgcrawtext=Look at what's being done here!,state=14
:state=14:fpgcrawtextsize=36,fpgcrawtextfont=Arial,fpgcrawtextr=0,fpgcrawtextg=0,fpgcrawtextb=255,fpgcrawtextx=50,fpgcrawtexty=80,fpgcrawtext=Look at what's being done here!
:state=14,etimergreater=3000,varequal=trashcan 1:etimerstart,state=17