im trying to get this to work for me. I have entered the code(s). It seems to go into captive mode fine, i dont get shot. However, i cannot get it to get out of captive mode once outside the target area.
I have tried setting the DEA using the same code but reversed setcaptive lines.
oldList = oldList - thisList; {_x setCaptive true} forEach oldList; {_x setCaptive false} forEach thisList; oldList = thisList;
Ive also tried basic as in the
ACT
p1 setcaptive true; hint "on";
DEA
p1 setcaptive false; hint "off";
when i am in the trigger then hint says, off,on,off,on,off,on but i can never get any combo to work.