I have to walk a guy to a waypoint. At the second way point marker, he stops and talks to player, then he continues to walk until he reaches at end waypoint.
My script not working he talks while walking...
PLZ help:
;Artificial Intelligence Script
;Header
desc = Follow Waypoint stop at first, talk then continue waypoints(must not multiple paths)
;Triggers
:state=0:timerstart,hudreset,hudx=50,hudy=90,hudimagefine=gamecore\text\hodinstruct.tga,hudname=hodinstruct,hudmake=display,hudhide=hodinstruct,state=1
:state=1,timergreater=10000,waypointstate=0:animate=2,waypointstart,hudshow=hodinstruct
:state=1,waypointstate=3:animate=2,waypointnext,hudfadeout=hodinstruct
:state=1,waypointstate=4:animate=2,waypointrandom
:state=1,waypointstate=5:animate=2,waypointstop
;End of Script
drakul