Hi Mat Warner Welcome to the FPSC forums.
Is this the script that was with it?
First the "anywithin=1" is too low a number (100=1 segment)
Usually its around 40-60 (40-60% of one segment)
Here try this, just off the top of my head as I don't have this
script/entity.
;Artificial Intelligence Script
;Header
desc =
;Triggers
; Initiate
:state=0:state=1,coloff
:state=1,anywithin=40:setframe=0,state=2
:state=2,framebeyond=0 50,plrdistwithin=40:plraddhealth=-100
:state=2:incframe=0
:state=2,frameatend=0:state=3
;End of Script
See if it works. If you throw an entity at it, it should trigger
it. If the player is too close, health -100.