Quote: "probably CE's"
If it's mine, then feel free to use it however you want.
That was a freebie back in the old days anyway.
I used it with a Cemetary Headstone.
Here, I think this was the free one... (I made several of these with different effects)
;Artificial Intelligence Script
;Conjured Entertainment
desc = Land mine
;Triggers
:state=0,plrwithinzone=1:plraddhealth=-100,sound=gamecoreflakww2bazookaexplode.wav,state=1
:state=1,plrwithinzone=0:state=0
;End of Script
If you want it to only work one time then put a semi colon in front of the second state.
Like so...
;Artificial Intelligence Script
;Conjured Entertainment
desc = Land mine
;Triggers
:state=0,plrwithinzone=1:plraddhealth=-100,sound=gamecoreflakww2bazookaexplode.wav,state=1
;:state=1,plrwithinzone=0:state=0
;End of Script