diff options
Diffstat (limited to 'npc/airports/einbroch.txt')
-rw-r--r-- | npc/airports/einbroch.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/npc/airports/einbroch.txt b/npc/airports/einbroch.txt index 05f81644b..8a3787c22 100644 --- a/npc/airports/einbroch.txt +++ b/npc/airports/einbroch.txt @@ -95,3 +95,22 @@ airport.gat,143,51,4 duplicate(AirportE2) Airport Staff#5 90,{ airport.gat,156,51,4 duplicate(AirportE2) Airport Staff#6 90,{
}
+
+einbroch.gat,94,267,4 script Airship Staff 91,{
+ mes "[Airship Staff]";
+ mes "Welcome to the";
+ mes "Einbroch Airport.";
+ mes "Please use this door to";
+ mes "board the Airship wich stops";
+ mes "over Lighthalzen and Juno in";
+ mes "the Schwaltzvalt Republic";
+ next;
+ mes "[Airship Staff]";
+ mes "Otherwise, if Einbroch is";
+ mes "your intended destination,";
+ mes "please head down the stairs";
+ mes "and ask the Arrival Staff to lead";
+ mes "you to the main terminal. Thank";
+ mes "you, and enjoy your travels.";
+ close;
+}
|