Hehe i tried my best, but of course it doesnt work properly!
I tried to make 2 scripts from the pace script. Script 1 works, he patrols outside. But when it comes to script 2 nothing happens when i enter the trigger zone.
This is how script 1 looks like:
;Artificial Intelligence Script
;Header
desc = Enemy Main AI wyapoints
;Triggers
:waypointstate=0:animate=2,waypointstart
:waypointstate=3:animate=2,waypointnext
:waypointstate=4:animate=2,waypointrandom
:waypointstate=5:animate=2,waypointreverse
;End of Script
And this is how script 2 looks like:
;Artificial Intelligence Script
;Header
desc = Static, When See Player, Move Back Then Shoot
;Triggers
:nearactivatable=0:settarget,activatetarget=2
:state=0:state=1
:state=1,plrcanbeseen:settarget,state=2
:state=1,shotdamage=10:settarget,state=2
:state=1,noiseheard=5:rotateheadrandom=85
:state=1,random=20:rotateheadrandom=65
:state=2:rotatetotarget,rotatey=180,resethead,animate=5,state=3
:state=3:runfore=20
:state=3,random=5:rotateheadrandom=85
:state=3,losetarget=10:state=4
:state=3,plrdistfurther=400:state=4
:state=3,plrcanbeseen:settarget,state=2
:state=4:rotatetoplr,animate=1
:state=4,plrcanbeseen:settarget,state=0,shootplr
:state=4:state=0
;End of Script
Just so u know, i cant script at all, i just tried my best with copy and paste