diff options
Diffstat (limited to 'npc/002-4')
-rw-r--r-- | npc/002-4/nard.txt | 18 |
1 files changed, 14 insertions, 4 deletions
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; |