Hi TodeGamer
The script that comes with the pack has allready the capabiliy to walk along waypoints. Just place some with the start point near by the entity. Then set this script to main:
desc = Random Melee Attack by Bond1, Modifed by Snake67
;Triggers
;WALKING WAYPOINTS
:waypointstate=0:animate=2,waypointstart
:waypointstate=3:animate=2,waypointnext
:waypointstate=4:animate=2,waypointrandom
:waypointstate=5:animate=2,waypointreverse
;DETECT PLAYER
:state=0,plrdistwithin=150,plrcanbeseen:waypointstop,state=9,rotatetoplr,setframe=22,sound=audiobank\bond1\dogmanintro.wav
:state=0,shotdamage=1:waypointstop,state=9,rotatetoplr,setframe=22,sound=audiobank\bond1\dogmanintro.wav
;INTRO ANIMATION
:state=9:waypointstop,incframe=22
:state=9,frameatend=22:state=5
;CHOOSE MELEE ATTACK & RUN OR WALK
:state=5,plrdistfurther=200:stopsound,waypointstart,runfore=1,animate=2,state=0
:state=5,random=2:state=6
:state=5,random=2:state=1
;MELEE ATTACK 1
:state=1,plrdistfurther=80:waypointstop,rotatetoplr,runfore=2,animate=5,loopsound=audiobank\bond1\dogmanloop.wav
:state=1,plrdistwithin=80:stopsound=audiobank\bond1\dogmanloop.wav,waypointstop,rotatetoplr,setframe=22,state=7,sound=audiobank\bond1\dogmanintro.wav
:state=1,plrdistfurther=200:stopsound,waypointstart,animate=2,runfore=1,state=0
:state=7,framebeyond=22 80,plrdistwithin=90:plraddhealth=-20,state=8
:state=7:incframe=22,rotatetoplr
:state=7,frameatend=22:state=5
:state=8:incframe=22
:state=8,frameatend=22:state=5
;MELEE ATTACK 2
:state=6,plrdistfurther=80:waypointstop,rotatetoplr,runfore=2,animate=5,loopsound=audiobank\bond1\dogmanloop.wav
:state=6,plrdistwithin=80:stopsound=audiobank\bond1\dogmanloop.wav,waypointstop,rotatetoplr,setframe=23,state=2,sound=audiobank\bond1\dogmanbite.wav
:state=6,plrdistfurther=200:stopsound,waypointstart,animate=2,runfore=1,state=0
:state=2,framebeyond=23 60,plrdistwithin=90:plraddhealth=-10,state=3
:state=2:incframe=23,rotatetoplr
:state=2,frameatend=23:state=5
:state=3:incframe=23
:state=3,frameatend=23:state=5
;END OF SCRIPT
Please tell me if you are satisfied.
Greetings, Snake67
PS: If you really love to make games try to learn scripting. Its not that hard with FPSC
------------------------------------------------------------
i5 2.8 GHz 64bit / 4G ram / W7 home sp1 / geforce gts 250
FPSC 120 Beta 3