diff options
Diffstat (limited to 'npc/000-0-0')
-rw-r--r-- | npc/000-0-0/sailors.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/000-0-0/sailors.txt b/npc/000-0-0/sailors.txt index f62661d4b..06cc0a3df 100644 --- a/npc/000-0-0/sailors.txt +++ b/npc/000-0-0/sailors.txt @@ -67,6 +67,7 @@ OnTalk: close; OnSlow: + /* setcamnpc; showavatar NPC_ELMO; mesn; @@ -75,6 +76,9 @@ OnSlow: mesn; mesc l("(Click on me to hear the conversation and advance. I am a NPC, and NPCs can be interact by clicking.)"); mesc l("(That was already explained on the intro. Read the dialogs! Important stuff can be found on them.)"); + */ + 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::OnSlow"); close; |