diff options
author | Zuzanna K. Filutowska <platyna@users.sourceforge.net> | 2007-01-21 16:22:09 +0000 |
---|---|---|
committer | Zuzanna K. Filutowska <platyna@users.sourceforge.net> | 2007-01-21 16:22:09 +0000 |
commit | f0f5f12ee0686e0979e5982486044285f172bfed (patch) | |
tree | c9f7e33a7b0c28a54a11e4d959a9d16b12044c40 /npc/xmas | |
parent | c5aa3f8d48947ac40025ed5af126e75a234776ee (diff) | |
download | serverdata-f0f5f12ee0686e0979e5982486044285f172bfed.tar.gz serverdata-f0f5f12ee0686e0979e5982486044285f172bfed.tar.bz2 serverdata-f0f5f12ee0686e0979e5982486044285f172bfed.tar.xz serverdata-f0f5f12ee0686e0979e5982486044285f172bfed.zip |
Named all NPCs.
Diffstat (limited to 'npc/xmas')
-rw-r--r-- | npc/xmas/snowman.txt | 2 | ||||
-rw-r--r-- | npc/xmas/taro.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/xmas/snowman.txt b/npc/xmas/snowman.txt index 2cb9c85e..6dbbd001 100644 --- a/npc/xmas/snowman.txt +++ b/npc/xmas/snowman.txt @@ -1,4 +1,4 @@ -new_10-1.gat,77,44,0 script Santa 129,{ +new_10-1.gat,77,44,0 script Snowman 129,{ if( ChristmasQuest == 1) goto done; mes "[Snowman]"; mes "Hello there young man."; diff --git a/npc/xmas/taro.txt b/npc/xmas/taro.txt index 6950d957..b3cf4f1d 100644 --- a/npc/xmas/taro.txt +++ b/npc/xmas/taro.txt @@ -1,4 +1,4 @@ -new_10-1.gat,57,61,0 script Child 114,{ +new_10-1.gat,57,61,0 script Taro 114,{ mes "[Taro]"; mes "I'm scared!!!"; mes "Bring me back, pleeeease!!!"; |