Is this script correct?
Posted: Wed May 19, 2004 9:59 pm
Would this script work?
I also have this in the main: thread (along with alot of other crap)
In the trigger use, I have a targetname of trigger_use.
I want to do it entirely through script
Code: Select all
//---------------
axis_switch:
//---------------
if((parm.other trigger $trigger_use) && (parm.other.dmteam == "axis"))
{
waitthread left_door1
}
end
Code: Select all
//---------------
main:
//---------------
thread axis_switch
I want to do it entirely through script