diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2011-05-24 21:43:37 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-05-27 22:34:44 +0200 |
commit | ec0c57d054c79aef940f3e0ea26045c807a160c5 (patch) | |
tree | d7d40f02d9c506c005fe49a63a9be88b6b9145d8 /npc/042-1/kaan.txt | |
parent | f0937be55e19b05dd4b0a53829b1eb249a2c4a21 (diff) | |
download | serverdata-ec0c57d054c79aef940f3e0ea26045c807a160c5.tar.gz serverdata-ec0c57d054c79aef940f3e0ea26045c807a160c5.tar.bz2 serverdata-ec0c57d054c79aef940f3e0ea26045c807a160c5.tar.xz serverdata-ec0c57d054c79aef940f3e0ea26045c807a160c5.zip |
putting new npcs in seperated files
some scripting and fixes
Diffstat (limited to 'npc/042-1/kaan.txt')
-rw-r--r-- | npc/042-1/kaan.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/npc/042-1/kaan.txt b/npc/042-1/kaan.txt new file mode 100644 index 00000000..9b002362 --- /dev/null +++ b/npc/042-1/kaan.txt @@ -0,0 +1,16 @@ +042-1.gat,105,72,0 script Kaan 160,{ + + mes "[Young Man]"; + mes "\"You're the person Tanisha brought here, right?"; + mes "My name is Kaan, I'm her brother.\""; + next; + mes "\"She was babbling at me about it all the morning until I sent her to take care of the maggots in the storehouse.\""; + next; + mes "Kaan grins mischievous"; + mes "[Kaan]"; + mes "\"She hates maggots.\""; + next; + set kaan, 1; + close; +end; +} |