summaryrefslogtreecommitdiff
path: root/npc/000-0-0
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-02-28 14:02:06 +0000
committerMicksha <ms-shaman@gmx.de>2019-02-28 14:02:06 +0000
commitfb93c20711efa245ea4c20ef0199bd1326c71f82 (patch)
tree2606ee85b63ec833f59ffcfd4bae997af6ff22c5 /npc/000-0-0
parentb8346f56aa638e35b7b5f7ba0b3c1f04b34282df (diff)
downloadserverdata-fb93c20711efa245ea4c20ef0199bd1326c71f82.tar.gz
serverdata-fb93c20711efa245ea4c20ef0199bd1326c71f82.tar.bz2
serverdata-fb93c20711efa245ea4c20ef0199bd1326c71f82.tar.xz
serverdata-fb93c20711efa245ea4c20ef0199bd1326c71f82.zip
Guide players by hand to get started on the game.
Diffstat (limited to 'npc/000-0-0')
-rw-r--r--npc/000-0-0/sailors.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/npc/000-0-0/sailors.txt b/npc/000-0-0/sailors.txt
index 28f5431d..5aa56deb 100644
--- a/npc/000-0-0/sailors.txt
+++ b/npc/000-0-0/sailors.txt
@@ -9,6 +9,7 @@
000-0-0,26,23,0 script Elmo#sailors NPC_ELMO,{
OnTalk:
+ deltimer("Elmo#sailors::OnSlow");
setcamnpc;
mesn "Elmo";
mesq lg("This girl is lucky we found her before a shark did. I have no idea where she comes from. By the way, did you see the logo on her raft?", "This guy is lucky we found him before a shark did. I have no idea where he comes from. By the way, did you see the logo on his raft?");
@@ -65,6 +66,7 @@ OnTalk:
restorecam;
adddefaultskills;
setq General_Narrator, 0;
+ addtimer(45000,"Magic Arpan::OnSlow");
warp "000-2-1", 50, 38;
savepoint "000-2-1", 50, 38;
closeclientdialog;
@@ -73,6 +75,12 @@ OnTalk:
OnInit:
.sex = G_MALE;
end;
+
+OnSlow:
+ npctalk3(l("(Click on us to continue the introduction.)"));
+ dispbottom(l("Click on the NPCs (Non-Player Characters) around you to continue the introduction."));
+ addtimer(60000,"Elmo#sailors::OnSlow");
+ close;
}
000-0-0,25,23,0 script Magic Arpan#sailors NPC_MAGIC_ARPAN,{