View Single Post
  #2  
Old 02-18-2012, 08:07 PM
41Sqn_Banks 41Sqn_Banks is offline
Approved Member
 
Join Date: Oct 2007
Posts: 644
Default

Code:
public override void OnBattleStarted()
{
    base.OnBattleStarted();

    MissionNumberListener = -1;
}
If you set MissionNumberListener = -1; in the the main mission script the OnTrigger function of the main script is also called for trigger that are from a sub mission.

Maybe points you in the right direction
Reply With Quote