diff options
Diffstat (limited to 'npc/tulimshar/children.txt')
-rw-r--r-- | npc/tulimshar/children.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/npc/tulimshar/children.txt b/npc/tulimshar/children.txt new file mode 100644 index 00000000..9157be4c --- /dev/null +++ b/npc/tulimshar/children.txt @@ -0,0 +1,13 @@ +new_3-1.gat,57,70,0 script Child1 108,{ +mes "[Child]"; +mes "Maggots are soo slimey "; +close; +} + +new_3-1.gat,120,33,0 script Child2 103,{ +mes "[Child]"; +mes "Ever been pinched by a scorpion?"; +next; +mes "It Hurts..."; +close; +} |