diff options
Diffstat (limited to 'npc/000-0')
-rw-r--r-- | npc/000-0/sailors.txt | 9 |
1 files changed, 5 insertions, 4 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 |