} AiAction action = GamePlay.gpGetAction(ActorName.Full(missionNumber, shortName)); if (action != null) { action.Do(); } GamePlay.gpGetTrigger(shortName).Enable = false; } }