diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-0-0/sailors.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/npc/000-0-0/sailors.txt b/npc/000-0-0/sailors.txt index 06cc0a3df..7336a6551 100644 --- a/npc/000-0-0/sailors.txt +++ b/npc/000-0-0/sailors.txt @@ -79,8 +79,13 @@ OnSlow: */ npctalk3 l("Pst! Speak lower! Otherwise we'll wake @@ up!", strcharinfo(0)); dispbottom l("Click on Elmo or Magic Arpan to continue..."); + addtimer(30000,"Elmo#sailors::OnSlow2"); + end; + +OnSlow2: + npctalk3 l("@@, do you need help? Are you lost? Click me!", strcharinfo(0)); addtimer(30000,"Elmo#sailors::OnSlow"); - close; + end; OnInit: .sex = G_MALE; |