I have a slight problem with the following code
laptop2 addAction ["Hack Terminal 2", "Triggers\obj2.sqf", nil, 6, True, True, "", "(_target distance _this) < 4"];
How can I define the SQF script here so that I can actually use "terminate" command on that SQF script?
I need it to interrupt hacking process itself, which is the obj2.sqf (so basically cancel / abort this script while it's executing)