diff options
author | Vasily_Makarov <danilka.pro@gmail.com> | 2011-10-27 20:38:13 +0400 |
---|---|---|
committer | Vasily_Makarov <danilka.pro@gmail.com> | 2011-10-27 20:38:13 +0400 |
commit | 0432358dcb28c9c326c6d52cd2d4bcf6f5aff156 (patch) | |
tree | 3e912d31dd3a162145aaee555ea1511603a7f5ef /npc | |
parent | 9eb7729b7f3f9cdb637b2e4f4ac209deee4abe1b (diff) | |
download | serverdata-0432358dcb28c9c326c6d52cd2d4bcf6f5aff156.tar.gz serverdata-0432358dcb28c9c326c6d52cd2d4bcf6f5aff156.tar.bz2 serverdata-0432358dcb28c9c326c6d52cd2d4bcf6f5aff156.tar.xz serverdata-0432358dcb28c9c326c6d52cd2d4bcf6f5aff156.zip |
Change actions to narrator speech
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-0/area.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/000-0/area.txt b/npc/000-0/area.txt index e0c3f7c5..caed50cc 100644 --- a/npc/000-0/area.txt +++ b/npc/000-0/area.txt @@ -6,8 +6,8 @@ 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.."; + mesn l("Narrator"); + mesn l("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.."); //italic next; mesn; @@ -27,7 +27,8 @@ l("This guy needs rescuing, let's help him!")); next; - mesn "The sailors take you aboard their ship to help you."; + mesn l("Narrator"); + mesq l("The sailors take you aboard their ship to help you."); //italic next; warp 002-0-x.gat,0,0; |