A special Bespoke Event called "Start" (case is ignored) can be created for each aircraft which will automatically run when the aircraft is in use. 

The "Start" event runs in the background on its own thread. If its built as an infinite loop (e.g. uses a Goto Task to continually loop back to the start), it will never end and run continuously as the timeout for background based Bespoke Events is ignored for "Start".

If you create an infinite loop, you must add a suitable Sleep Task within the loop otherwise system CPU usage will surge to 100% and the system will slow down. E.g. Sleep 250

It's useful as it allows the continual retrieval and manipulation of Variables/Datarefs, allowing the results to be stored in Bespoke Variables.

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.