diff options
author | dan <dan@dan-P41-ES3G.(none)> | 2011-10-16 23:43:39 +0400 |
---|---|---|
committer | dan <dan@dan-P41-ES3G.(none)> | 2011-10-16 23:43:39 +0400 |
commit | a54f56eb1766e62a863bd82e0468be07592c2b58 (patch) | |
tree | 35add64fc1f0e2ac372fdc6823d327099513b87d /npc | |
parent | dee9c7854a7088475e266ef050835d008fd656c9 (diff) | |
download | serverdata-a54f56eb1766e62a863bd82e0468be07592c2b58.tar.gz serverdata-a54f56eb1766e62a863bd82e0468be07592c2b58.tar.bz2 serverdata-a54f56eb1766e62a863bd82e0468be07592c2b58.tar.xz serverdata-a54f56eb1766e62a863bd82e0468be07592c2b58.zip |
Updating area NPC script
Diffstat (limited to 'npc')
-rw-r--r-- | npc/area.txt | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/npc/area.txt b/npc/area.txt new file mode 100644 index 00000000..0884f9fa --- /dev/null +++ b/npc/area.txt @@ -0,0 +1,34 @@ +// Evol scripts. +// Authors: +// Vasily_Makarov +// Description: +// fix me + +000-0-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.."; + next; + + mesn; + mesq g(l("Hey lady!"), l("Hey man!")); + next; + + mesq l("Hey! Do you hear me? Are you okay?"); + next; + + menu + mesn l("Try to move your hand to show them that you're alive"), -, + mesn l("Don't move at all"), -; + next; + + mesn; + mesq g(l("This girl needs rescuing, let's help her!"), + l("This guy needs rescuing, let's help him!")); + next; + + mesn "The sailors take you aboard their ship to help you."; + next; + close; + +} |