From 6087a6b57fcf7fdc849c753209a773fbafccc6ce Mon Sep 17 00:00:00 2001 From: Steve Date: Sat, 28 Nov 2015 17:01:14 +0000 Subject: [PATCH] Added some intro text. --- data/missions/sol/01 - free flight.json | 12 +++++++++++- data/missions/sol/02 - weapons.json | 8 ++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) 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." + ] + } ] }