I want my character to follow waypoint and stay there. Here is my script:
File name: followandstaythere.fpi
;Artificial Intelligence Script
;Header
desc = Follow Waypoints
;Triggers
:waypointstate=0:animate=5,waypointstart
:waypointstate=3:animate=5,waypointnext
:waypointstate=4:animate=5,waypointrandom
:waypointstate=5:none
;End of Script
The script above I take from the ocfpscguide. But the character just stay there and do nothing. Just edit the follow.fpi and change from animate=2 to animate=5.
The script below is script that it will delete it at the end of waypoint.But the character don't even appear in the level whats wrong with it?
File name: followwaypointanddissapear.fpi
;Artificial Intelligence Script
;Header
desc = Follow Waypoints and dissapear
;Triggers
:waypointstate=0:animate=2,waypointstart
:waypointstate=3:animate=2,waypointnext
:waypointstate=4:animate=2,waypointrandom
:waypointstate=5:destroy
;End of Script
My engine:
Fps creator v116
Mods:
Fenix mod
I love to make games
http://www.youtube.com/user/thespicy847