diff options
Diffstat (limited to 'npc/002-4')
-rw-r--r-- | npc/002-4/nard.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/002-4/nard.txt b/npc/002-4/nard.txt index a53078883..ef53f35a4 100644 --- a/npc/002-4/nard.txt +++ b/npc/002-4/nard.txt @@ -133,7 +133,8 @@ L_NotYet: setq General_Narrator, 1; set Zeny, Zeny-.@price; LOCATION$="Tulim"; - mesq l("Set sail! We're going to Tulimshar!"); // Send player to Lua in order to continue story TODO + mesq l("Set sail! We're going to Tulimshar!"); + next; showavatar; setcam 0, 0; mes col(l("Some time later..."), 9); |