Re: Suicide Bomber Script
It should be easy to make a script to kill the RONIN soldier if he drops the item. Not sure about exploding the "switch" though. Maybe just make it gib as soon as it hits the ground, by setting it's force limit to like 0?
anyway, making the actor explode should be simple, just something like this:
Code:
if not self:HasObject("Dead man's switch") then
self:GibThis()
end
Edit: tab button plus enter button = bad things.