From 6824ded6fcab0cef75ef55d2d71453ed5937f535 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 27 May 2018 23:50:04 -0300 Subject: Newest version of our travels!! Copy paste from TMW-BR --- npc/002-4/nard.txt | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'npc/002-4') diff --git a/npc/002-4/nard.txt b/npc/002-4/nard.txt index 9ff46c1a1..982c0cf27 100644 --- a/npc/002-4/nard.txt +++ b/npc/002-4/nard.txt @@ -192,25 +192,35 @@ L_Travel: L_TCandor: Zeny=Zeny-.@price; - LOCATION$="Candor"; + PC_DEST$="Candor"; mes ""; mesn; mesq l("Candor Island, then? Yes, that is a pretty island, right?"); next; mesq l("I was planning to go there soon, anyway. All aboard!"); - close; + close2; + addtimer nard_time(PC_DEST$), "#NardShip::OnEvent"; + @timer_navio_running = 1; + warp "002-5", 39, 26; + end; L_TTulim: Zeny=Zeny-.@price; - LOCATION$="Tulim"; + PC_DEST$="Tulim"; + addtimer nard_time(PC_DEST$), "#NardShip::OnEvent"; + @timer_navio_running = 1; mes ""; mesn; mesq l("Tulimshar, right? The oldest human city-state!"); next; mesq l("I was planning to go there soon, anyway. All aboard!"); - close; + close2; + addtimer nard_time(PC_DEST$), "#NardShip::OnEvent"; + @timer_navio_running = 1; + warp "002-5", 39, 26; + end; L_Close: close; -- cgit v1.2.3-60-g2f50