I've got a trigger where it activates my script via actions, i.e:
aP AddAction ["Talk to Crew","pilottalk.sqs"]
Once the "Talk to Crew" has been activated, how do I remove the action?
I've tried it with "aP removeAction 1" at the start of pilottalk.sqs although it doesn't seem to do anything.