From 124ab2a1cdb344f24170a4d91f7000ebabf39b40 Mon Sep 17 00:00:00 2001 From: Kisuka Date: Mon, 28 Oct 2013 00:42:23 -0700 Subject: Added ability to use constants instead of sprite IDs for NPCs. Converted all npcs to use this. --- npc/airports/yuno.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'npc/airports/yuno.txt') diff --git a/npc/airports/yuno.txt b/npc/airports/yuno.txt index 0d2ba73a8..4e697918b 100644 --- a/npc/airports/yuno.txt +++ b/npc/airports/yuno.txt @@ -8,7 +8,7 @@ //= Official NPCs. //============================================================ -y_airport,143,43,5 script Airport Staff#y_air1a::y_airport1 90,{ +y_airport,143,43,5 script Airport Staff#y_air1a::y_airport1 4_F_01,{ mes "[Airport Staff]"; mes "Welcome to Juno Airport where we offer domestic flights to Einbroch, Lighthalzen and Hugel,"; mes "and international flights to Izlude and Rachel."; @@ -45,10 +45,10 @@ y_airport,143,43,5 script Airport Staff#y_air1a::y_airport1 90,{ close; } -y_airport,158,43,5 duplicate(y_airport1) Airport Staff#y_air1b 90 -y_airport,126,43,5 duplicate(y_airport1) Airport Staff#y_air1c 90 +y_airport,158,43,5 duplicate(y_airport1) Airport Staff#y_air1b 4_F_01 +y_airport,126,43,5 duplicate(y_airport1) Airport Staff#y_air1c 4_F_01 -y_airport,143,49,3 script Arrival Staff#y_air2a::y_airport2 90,{ +y_airport,143,49,3 script Arrival Staff#y_air2a::y_airport2 4_F_01,{ mes "[Airport Staff]"; mes "Welcome to Juno Airport. If you've just arrived from your"; mes "flight, let me guide you to the main terminal. Otherwise, please"; @@ -74,10 +74,10 @@ y_airport,143,49,3 script Arrival Staff#y_air2a::y_airport2 90,{ close; } -y_airport,126,51,3 duplicate(y_airport2) Arrival Staff#y_air2b 90 -y_airport,158,50,3 duplicate(y_airport2) Arrival Staff#y_air2c 90 +y_airport,126,51,3 duplicate(y_airport2) Arrival Staff#y_air2b 4_F_01 +y_airport,158,50,3 duplicate(y_airport2) Arrival Staff#y_air2c 4_F_01 -y_airport,145,63,5 script Domestic Boarding 91,{ +y_airport,145,63,5 script Domestic Boarding 4_F_02,{ mes "[Boarding Staff]"; mes "Would you like to board the"; mes "Airship that flies to Einbroch,"; @@ -97,7 +97,7 @@ y_airport,145,63,5 script Domestic Boarding 91,{ close; } -y_airport,140,63,5 script International Boarding 91,{ +y_airport,140,63,5 script International Boarding 4_F_02,{ mes "[Boarding Staff]"; mes "Would you like to board"; mes "the Airship which flies to"; @@ -118,7 +118,7 @@ y_airport,140,63,5 script International Boarding 91,{ close; } -yuno,14,262,5 script Airship Staff#yuno01 91,{ +yuno,14,262,5 script Airship Staff#yuno01 4_F_02,{ mes "[Airship Staff]"; mes "Welcome to Juno Airport."; mes "Please use this door to"; @@ -138,7 +138,7 @@ yuno,14,262,5 script Airship Staff#yuno01 91,{ close; } -yuno,88,263,3 script Airship Staff#yuno02 91,{ +yuno,88,263,3 script Airship Staff#yuno02 4_F_02,{ mes "[Airship Staff]"; mes "Welcome to Juno Airport."; mes "Please use this door to"; -- cgit v1.2.3-70-g09d2