![]() |
Question on running Scripts for submissions
It sems that sub-missions can have their own scripts.
If I load such a sub-mission does the original script keep running or is it stopped by the new mission script. And... If it does keep running is there a way to stop it, perhaps using the new mission script?? |
Quote:
There is a property of the AMission object called, "MissionNumberListener" that when set to -1, that script will listen to all events of all missions loaded. I assume that setting this property to the mission number you wish to listen to will isolate the calls. I haven't messed with it, but I would try something like this. 1. In my main mission, OnBattleStarted set MissionNumberListener = 0. This would set this script to handle events of the main mission. 2. In my very first sub mission of say a flight of He111's flying to England to attack an airfield. OnBattleStarted set MissionNumberListener = 1. This would set the this script to handle the events of this sub mission. I assume the actions associated with the He111's would be handled in the sub-mission.cs script. And that's because MissionNumberListener = 1. I'd play around with the numbers, but I "think" that's how it's supposed to work with MissionNumberListener. |
All times are GMT. The time now is 11:02 AM. |
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2007 Fulqrum Publishing. All rights reserved.