From 86f3d5f47c69624e2931ad31e9e531e8478ba314 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 8 Aug 2018 02:28:53 -0300 Subject: Slow poke --- npc/000-0-0/sailors.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'npc/000-0-0/sailors.txt') 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; -- cgit v1.2.3-60-g2f50