summaryrefslogtreecommitdiff
path: root/npc/000-0
diff options
context:
space:
mode:
authorVasily_Makarov <danilka.pro@gmail.com>2011-10-17 23:40:55 +0400
committerVasily_Makarov <danilka.pro@gmail.com>2011-10-17 23:40:55 +0400
commit9eb7729b7f3f9cdb637b2e4f4ac209deee4abe1b (patch)
tree8992f328592af9e975109a990af05453f438b37f /npc/000-0
parent3199d8fbabd1d7905fe4ad702d9b6c221ca6fbfb (diff)
downloadserverdata-9eb7729b7f3f9cdb637b2e4f4ac209deee4abe1b.tar.gz
serverdata-9eb7729b7f3f9cdb637b2e4f4ac209deee4abe1b.tar.bz2
serverdata-9eb7729b7f3f9cdb637b2e4f4ac209deee4abe1b.tar.xz
serverdata-9eb7729b7f3f9cdb637b2e4f4ac209deee4abe1b.zip
Correct map name and add warp to 002-0-x
Diffstat (limited to 'npc/000-0')
-rw-r--r--npc/000-0/area.txt35
1 files changed, 35 insertions, 0 deletions
diff --git a/npc/000-0/area.txt b/npc/000-0/area.txt
new file mode 100644
index 00000000..e0c3f7c5
--- /dev/null
+++ b/npc/000-0/area.txt
@@ -0,0 +1,35 @@
+// Evol scripts.
+// Authors:
+// Vasily_Makarov
+// Description:
+// fix me
+
+000-0.gat,0,0,0,0 script Sailors 0,0,0,{
+
+ mesn;
+ mesn "You are on a raft, adrift in the sea. You don't remember anything before this. You can hear a voice from the sky. As you open your eyes and look around, you see a large ship. Some sailors are trying to talk to you..";
+ next;
+
+ mesn;
+ mesq g(l("Hey lady!"), l("Hey man!"));
+ next;
+
+ mesq l("Hey! Do you hear me? Are you okay?");
+ next;
+
+ menu
+ mes l("Try to move your hand to show them that you're alive"), -,
+ mes l("Don't move at all"), -;
+ next;
+
+ mesn;
+ mesq g(l("This girl needs rescuing, let's help her!"),
+ l("This guy needs rescuing, let's help him!"));
+ next;
+
+ mesn "The sailors take you aboard their ship to help you.";
+ next;
+
+ warp 002-0-x.gat,0,0;
+
+}