diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-08-08 02:28:53 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-08-08 02:28:53 -0300 |
commit | 86f3d5f47c69624e2931ad31e9e531e8478ba314 (patch) | |
tree | 3adaa71369d17d175b141dc2d3b09bd11810c6bd /npc/000-0-0/sailors.txt | |
parent | 017c6bf85bdc5e0b0828d6973fc313f75204ad08 (diff) | |
download | serverdata-86f3d5f47c69624e2931ad31e9e531e8478ba314.tar.gz serverdata-86f3d5f47c69624e2931ad31e9e531e8478ba314.tar.bz2 serverdata-86f3d5f47c69624e2931ad31e9e531e8478ba314.tar.xz serverdata-86f3d5f47c69624e2931ad31e9e531e8478ba314.zip |
Slow poke
Diffstat (limited to 'npc/000-0-0/sailors.txt')
-rw-r--r-- | npc/000-0-0/sailors.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/npc/000-0-0/sailors.txt b/npc/000-0-0/sailors.txt index fc486055c..f2d68a78b 100644 --- a/npc/000-0-0/sailors.txt +++ b/npc/000-0-0/sailors.txt @@ -13,6 +13,7 @@ 000-0-0,26,23,0 script Elmo#sailors NPC_ELMO,{ OnTalk: + deltimer("Elmo#sailors::OnSlow"); setcamnpc; showavatar NPC_ELMO; mesn "Elmo"; @@ -73,6 +74,15 @@ OnTalk: closedialog; close; +OnSlow: + mesn; + mesc l("Pst, speak lower, @@ may hear us...", strcharinfo(0)); + next; + mesn; + mesc l("(Click on me to hear the conversation and advance. I am a NPC, and NPCs can be interact by clicking.)"); + addtimer(15000,"Elmo#sailors::OnSlow"); + close; + OnInit: .sex = G_MALE; end; |