![]() |
|
#23
|
|||
|
|||
|
You must add an 'action part' to the OnTrigger in the script, at the moment there is none. (pure radar script)
Code:
AiAction action = GamePlay.gpGetAction(shortName);
if (action != null)
action.Do();
Last edited by FG28_Kodiak; 05-02-2012 at 03:31 AM. |
|
|