diff options
author | Reid <reidyaro@gmail.com> | 2011-12-23 03:14:06 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2011-12-23 03:14:06 +0100 |
commit | c6637157d135f99d263c89087b19cbb7a9a58526 (patch) | |
tree | 7931ec4b2ed32f47f92642e27d0bfc6e184db5c5 | |
parent | 212b102b29a8cf085b9353eb78f747d3be524c29 (diff) | |
download | clientdata-c6637157d135f99d263c89087b19cbb7a9a58526.tar.gz clientdata-c6637157d135f99d263c89087b19cbb7a9a58526.tar.bz2 clientdata-c6637157d135f99d263c89087b19cbb7a9a58526.tar.xz clientdata-c6637157d135f99d263c89087b19cbb7a9a58526.zip |
Remove some useless lines on sailors.txt script and cleaned alige script.
-rw-r--r-- | npc/000-0/sailors.txt | 9 | ||||
-rw-r--r-- | npc/000-2-1/peter.txt | 2 |
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; |