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/002-5/main.txt | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'npc/002-5') diff --git a/npc/002-5/main.txt b/npc/002-5/main.txt index 8cea748df..6e5094f6e 100644 --- a/npc/002-5/main.txt +++ b/npc/002-5/main.txt @@ -10,6 +10,7 @@ OnEvent: if (@timer_navio_running == 0) end; if (PC_DEST$ == "Candor") goto L_Candor; else if (PC_DEST$ == "Tulim") goto L_Tulim; + else if (PC_DEST$ == "Artis") goto L_Artis; else goto L_Error; end; @@ -18,7 +19,7 @@ L_Candor: LOCATION$ = "Candor"; @timer_navio_running = 0; warp "005-1", 49, 117; - message strcharinfo(0), l("@@ disembarks at Candor Island.", strcharinfo(0)); + message strcharinfo(0), l("%s disembarks at %s.", strcharinfo(0), l("Candor Island")); end; L_Tulim: @@ -26,7 +27,15 @@ L_Tulim: EnterTown("Tulim"); @timer_navio_running = 0; warp "003-1", 81, 68; - message strcharinfo(0), l("@@ disembarks at Tulimshar.", strcharinfo(0)); + message strcharinfo(0), l("%s disembarks at %s.", strcharinfo(0), l("Tulimshar")); + end; + +L_Artis: + PC_DEST$ = ""; + EnterTown("Artis"); + @timer_navio_running = 0; + warp "029-0", 203, 85; + message strcharinfo(0), l("%s disembarks at %s.", strcharinfo(0), l("Artis")); end; L_Error: -- cgit v1.2.3-70-g09d2