Added some intro text.
This commit is contained in:
parent
008e2aac8c
commit
6087a6b57f
|
@ -9,5 +9,15 @@
|
||||||
"side" : "SIDE_ALLIES",
|
"side" : "SIDE_ALLIES",
|
||||||
"pilot" : "Jim Goddard",
|
"pilot" : "Jim Goddard",
|
||||||
"squadron" : "Midnight Runners"
|
"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."
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -26,5 +26,13 @@
|
||||||
"x" : 25.5,
|
"x" : 25.5,
|
||||||
"y" : 24.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."
|
||||||
|
]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue