Here is a basic script to have a character follow waypoints and pause at each point.
Very easy to understand. Just open and adjust "pause" timing to suit your needs.
If you need for specific character, or break waypoint , let me know.
best
;Artificial Intelligence Script
;Header
desc = move along waypoints with pause at each waypoint adjust timing as needed
;Triggers
:state=0:state=1
:waypointstate=0,state=1:animate=2,waypointstart
:waypointstate=2,random=20:rotateheadrandom=45
:waypointstate=3:animate=5
:waypointstate=3,waypointstop,state=1:etimerstart,resethead,state=2
:waypointstate=3,waypointstop,state=2
:waypointstate=3,state=2,random=20:rotateheadrandom=60
:waypointstate=3,state=2,etimergreater=5000:animate=2,waypointnext,state=1
:waypointstate=5:animate=5
:waypointstate=5,state=1:etimerstart,resethead,state=4
:waypointstate=5,waypointstop,state=2
:waypointstate=5,state=4,random=20:rotateheadrandom=60
:waypointstate=5,state=4,etimergreater=5000:animate=2,waypointreverse,state=1
My games never have bugs. They just develop random features..
Lots and lots of random features...