diff options
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/sailortalk.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/functions/sailortalk.txt b/npc/functions/sailortalk.txt index 8a131cf19..87baf0386 100644 --- a/npc/functions/sailortalk.txt +++ b/npc/functions/sailortalk.txt @@ -26,5 +26,8 @@ function script sailortalk { if (.@rand == 6) npctalkonce(l("Arr!")); if (.@rand == 7) npctalkonce(l("Howdy?")); + // just to be sure + closedialog; + close; end; } |