diff options
author | Reid <reidyaro@gmail.com> | 2012-01-10 12:50:45 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-01-10 12:50:45 +0100 |
commit | a411c8bd9aa6a22c356f8dec444c4dcec0a1b400 (patch) | |
tree | a98830f37f39e7f0099fb9d954685734c72d7bc0 | |
parent | 0896b2630b6174b89eddcec89ed200551b8b7297 (diff) | |
download | serverdata-a411c8bd9aa6a22c356f8dec444c4dcec0a1b400.tar.gz serverdata-a411c8bd9aa6a22c356f8dec444c4dcec0a1b400.tar.bz2 serverdata-a411c8bd9aa6a22c356f8dec444c4dcec0a1b400.tar.xz serverdata-a411c8bd9aa6a22c356f8dec444c4dcec0a1b400.zip |
Add letter write NPC on 000-2-1.
-rw-r--r-- | npc/000-2-1/_import.txt | 1 | ||||
-rw-r--r-- | npc/000-2-1/dan.txt | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/npc/000-2-1/_import.txt b/npc/000-2-1/_import.txt index 09636b78..c85bfca6 100644 --- a/npc/000-2-1/_import.txt +++ b/npc/000-2-1/_import.txt @@ -7,3 +7,4 @@ npc: npc/000-2-1/peter.txt npc: npc/000-2-1/devis.txt npc: npc/000-2-1/arpan.txt npc: npc/000-2-1/knife.txt +npc: npc/000-2-1/dan.txt diff --git a/npc/000-2-1/dan.txt b/npc/000-2-1/dan.txt new file mode 100644 index 00000000..37b072c8 --- /dev/null +++ b/npc/000-2-1/dan.txt @@ -0,0 +1,14 @@ +// Evol scripts. +// Authors: +// Reid +// Description: +// Note writter first part. + +000-2-1.gat, 23,33,0,0 script Dan 312,{ + + mesn; + mesq lg("Sorry, but I'm busy right now."); + + close; + +} |