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