diff --git a/data/missions/sol/01 - free flight.json b/data/missions/sol/01 - free flight.json index 18ff9ab..fbbd2b6 100644 --- a/data/missions/sol/01 - free flight.json +++ b/data/missions/sol/01 - free flight.json @@ -9,5 +9,15 @@ "side" : "SIDE_ALLIES", "pilot" : "Jim Goddard", "squadron" : "Midnight Runners" - } + }, + "script" : [ + { + "function" : "TIME 1", + "lines" : [ + "MSG_BOX Earth Orbital #1;Welcome to free flight.", + "MSG_BOX Earth Orbital #1;Practice turning, accelerating, and braking.", + "MSG_BOX Earth Orbital #1;Don't forget about your Boost, either. That can be a life saver in certain situations." + ] + } + ] } diff --git a/data/missions/sol/02 - weapons.json b/data/missions/sol/02 - weapons.json index 0df0d3e..9d2473b 100644 --- a/data/missions/sol/02 - weapons.json +++ b/data/missions/sol/02 - weapons.json @@ -26,5 +26,13 @@ "x" : 25.5, "y" : 24.5 } + ], + "script" : [ + { + "function" : "TIME 1", + "lines" : [ + "MSG_BOX Earth Orbital #1;The Dart won't attack you, so when you're ready, you can blow the thing to pieces." + ] + } ] }