spawn a kill trigger
Posted: Thu Sep 16, 2004 9:31 pm
How would I spanw a trigger that when walked into would kill the player...not suicide though. I want to block the wires off on brest.
Thanks.
Thanks.
Code: Select all
local.killspot = spawn trigger_multiple
local.killspot.origin = ( xxx xxx xxx)
local.killspot.setsize (-xxx -xxx -xxx) (xxx xxx xxx) // this is the box
local.killspot setthread mythread
mythread:
local.player=parm.other
local.player kill
end