summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/000-0/sailors.txt9
-rw-r--r--npc/000-2-1/peter.txt2
2 files changed, 6 insertions, 5 deletions
diff --git a/npc/000-0/sailors.txt b/npc/000-0/sailors.txt
index 6e782de1..120c5a1b 100644
--- a/npc/000-0/sailors.txt
+++ b/npc/000-0/sailors.txt
@@ -1,6 +1,7 @@
// Evol scripts.
// Authors:
// Vasily_Makarov
+// Reid
// Description:
// fix me
@@ -18,8 +19,8 @@
next;
menu
- l("Try to move your hand to show them that you're alive"), -,
- l("Don't move at all"), -;
+ l("*Try to move your hand to show them that you're alive*"), -,
+ l("*Don't move at all*"), -;
next;
mesn;
@@ -29,9 +30,9 @@
mesn l("Narrator");
mesq l("The sailors take you aboard their ship to help you."); //italic
- next;
+
warp "000-0-0.gat",22,22;
- close;
+ close;
} \ No newline at end of file
diff --git a/npc/000-2-1/peter.txt b/npc/000-2-1/peter.txt
index 58146f70..e9404657 100644
--- a/npc/000-2-1/peter.txt
+++ b/npc/000-2-1/peter.txt
@@ -107,7 +107,7 @@
//Attach player if possible, otherway free helper
if (attachrid(getcharid(3, $@RAT_SAILOR_HELPER$)) == 0) goto l_KillHelper;
- warp "000-2-1.gat", 61, 37;
+ warp "000-2-1",61,37;
goto OnCheck;
detachrid;
close;