summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/000-0-0/sailors.txt4
-rw-r--r--npc/002-1/arpan.txt5
2 files changed, 8 insertions, 1 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;
diff --git a/npc/002-1/arpan.txt b/npc/002-1/arpan.txt
index 543a8594b..fbcc12ee7 100644
--- a/npc/002-1/arpan.txt
+++ b/npc/002-1/arpan.txt
@@ -270,6 +270,8 @@ L_EquipDone:
goto L_Menu;
OnSlow:
+ npctalk3 l("@@, do you need help? Are you lost? Click me!", strcharinfo(0));
+ /*
setcamnpc;
showavatar NPC_MAGIC_ARPAN;
mesn;
@@ -277,11 +279,12 @@ OnSlow:
next;
mesn;
mesc l("Here, come talk to me, the Magic Arpan! I'll help you get dressed."), 1;
+ */
addtimer(90000,"Magic Arpan::OnSlow");
close;
OnInit:
.sex = G_MALE;
- .distance = 5;
+ .distance = 6;
end;
}