View Single Post
  #113  
Old 05-01-2012, 09:46 PM
FG28_Kodiak FG28_Kodiak is offline
Approved Member
 
Join Date: Dec 2009
Location: Swabia->Bavaria->Germany
Posts: 884
Default

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();
Its always nessesary if OnTrigger is overriden.

Last edited by FG28_Kodiak; 05-02-2012 at 02:31 AM.
Reply With Quote