hello again, i've made a zombie waypoint script which works fine, but when the player shoots the zombie it leaves the waypoints.
what would i need to put to make the zombie ignore gunshots?
here's the script:
desc = Shadowfire's zombie waypoint script
;Triggers
:waypointstate=0:animate=2,waypointstart
:waypointstate=3:animate=2,waypointnext
:waypointstate=4:animate=2,waypointrandom
:waypointstate=5:animate=2,waypointstop,state=0
:waypointstate=999:animate=2,waypointstop,state=0
:state=0,plrdistwithin=3000:state=1
:state=1,plrdistwithin=3000:state=2
:state=2,plrdistfurther=40:rotatetoplr,movefore=2,animate=2
:state=2,plrdistfurther=3000:animate=1,state=1
:state=2,plrdistwithin=40,rateoffire:rotatetoplr,animate=92,plraddhealth=-20
i like apple juice. (the mod and the drink)