Thread
:
Organising flights in a multisquad campaign.
View Single Post
#
113
05-01-2012, 09:46 PM
FG28_Kodiak
Approved Member
Join Date: Dec 2009
Location: Swabia->Bavaria->Germany
Posts: 884
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
.
FG28_Kodiak
View Public Profile
Send a private message to FG28_Kodiak
Find all posts by FG28_Kodiak