summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/000-0-0/area.txt13
-rw-r--r--npc/000-0/area.txt (renamed from npc/area.txt)5
2 files changed, 3 insertions, 15 deletions
diff --git a/npc/000-0-0/area.txt b/npc/000-0-0/area.txt
deleted file mode 100644
index 48048013..00000000
--- a/npc/000-0-0/area.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-// Evol scripts.
-// Authors:
-// Vasily_Makarov
-// Description:
-// fix me
-
-000-0-0.gat,0,0,0,0 script Sailor 0,0,0,{
-
- mesn;
- mesq l("You are dead!");
- close;
-
-}
diff --git a/npc/area.txt b/npc/000-0/area.txt
index e6d143f2..e0c3f7c5 100644
--- a/npc/area.txt
+++ b/npc/000-0/area.txt
@@ -4,7 +4,7 @@
// Description:
// fix me
-000-0-0.gat,0,0,0,0 script Sailors 0,0,0,{
+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..";
@@ -29,6 +29,7 @@
mesn "The sailors take you aboard their ship to help you.";
next;
- close;
+
+ warp 002-0-x.gat,0,0;
}