Im having a little bit of a problem here. Im doing my high school senior project over video game development and I need halp fast.
Goal
I need an entity to wait x amounts of seconds then walk a waypoint path half way of his waypoint path and then wait another x amounts of seconds, then after thats up I need him to finish walking the rest of his waypoint path.
Here is my code so far
:state=0:animate=2,timerstart,state=1
:state=1,timergreater=4000:state=2
:state=2,waypointstate=0:animate=2,waypointstart,state=3
:state=3,waypointstate=3:animate=2,timerstart,waypointnext,state=4
:state=4,timergreater=4000:state=5
:state=5,waypointstate=5:animate=2,waypointstop,state=6
:state=6,waypointstate=3:animate=2,waypointnext,state=7
:state=7,waypointstate=5:animate=3,waypointstop
If anyone can solve this I would be very suprised.
Theres an image if you need to see what Im talking about.