From 2532624d48665b07a2d89812274613885f9ae70f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 17 Mar 2021 02:33:13 -0300 Subject: Captain Nard is now responsible for Artis<->Tulimshar route. The Artis<->Candor route is also allowed. --- npc/029-0/town.txt | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'npc/029-0') diff --git a/npc/029-0/town.txt b/npc/029-0/town.txt index c1e5eec51..fc7607365 100644 --- a/npc/029-0/town.txt +++ b/npc/029-0/town.txt @@ -4,8 +4,20 @@ // Description: // Reset LOCATION$ when entering a town -029-0,203,85,0 script #LocArtis NPC_HIDDEN,3,3,{ +029-0,203,85,0 script #LocArtis NPC_HIDDEN,0,3,{ OnTouch: EnterTown("Artis"); end; } +029-0,204,85,0 script ArtisShip NPC_HIDDEN,0,0,{ + +OnTouch: + EnterTown("Artis"); + goto L_Warp; + +L_Warp: + warp "002-3@"+LOCATION$, 31, 28; + closedialog; + close; +} + -- cgit v1.2.3-60-g2f50