diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-08 02:31:10 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-08 02:31:10 -0200 |
commit | bb96e38207034e3f245a25401c21b2ec89f80fde (patch) | |
tree | 7f13dc64f299fb3524b25dc371dd058671c8d5ca /npc/000-0-0/sailors.txt | |
parent | 3c1cab4c4869b31d34c3e2889cbcd841234f173f (diff) | |
download | serverdata-bb96e38207034e3f245a25401c21b2ec89f80fde.tar.gz serverdata-bb96e38207034e3f245a25401c21b2ec89f80fde.tar.bz2 serverdata-bb96e38207034e3f245a25401c21b2ec89f80fde.tar.xz serverdata-bb96e38207034e3f245a25401c21b2ec89f80fde.zip |
OnSlow at 000-0-0 is even more spammy
Diffstat (limited to 'npc/000-0-0/sailors.txt')
-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; |