![]() |
|
#15
|
|||
|
|||
|
Thanx m8
So like so yes? Code:
} AiAction action = GamePlay.gpGetAction(ActorName.Full(missionNumber, shortName));
if (action != null)
{
action.Do();
}
GamePlay.gpGetTrigger(shortName).Enable = false;
}
}
|
|
|