diff --git a/RotorOps:-Mission-Creator-Guide.md b/RotorOps:-Mission-Creator-Guide.md index fdc5dbd..343e08b 100644 --- a/RotorOps:-Mission-Creator-Guide.md +++ b/RotorOps:-Mission-Creator-Guide.md @@ -177,6 +177,12 @@ The red_forces / blue_forces value is the filename of the desired template, with You can find the names of the UI elements in this source file: https://github.com/spencershepard/RotorOps/blob/develop/Generator/MissionGeneratorUI.ui +***Special options*** +- script: text here will be inserted as a do script immediately after RotorOps.lua and CTLD.lua loads. This can be useful for changing options in these scripts. + +- startTrigger: set to false to disable inserting the RotorOps.startConflict trigger action + +- endTrigger: set to false to disable inserting the mission win/lose trigger actions # How the script works In a generated mission, you will find a DO SCRIPT trigger action similar to this: