summaryrefslogtreecommitdiff
path: root/npc/tulimshar/villagers.txt
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2005-05-22 15:09:12 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2005-05-22 15:09:12 +0000
commit348ecbff5d06486974b875d059dcbf2240028000 (patch)
treed6f28a68206f81bd92a8d4b961fbc0c5ab4a53da /npc/tulimshar/villagers.txt
downloadserverdata-348ecbff5d06486974b875d059dcbf2240028000.tar.gz
serverdata-348ecbff5d06486974b875d059dcbf2240028000.tar.bz2
serverdata-348ecbff5d06486974b875d059dcbf2240028000.tar.xz
serverdata-348ecbff5d06486974b875d059dcbf2240028000.zip
Added initial batch of server data and configuration to CVS.
Diffstat (limited to 'npc/tulimshar/villagers.txt')
-rw-r--r--npc/tulimshar/villagers.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/npc/tulimshar/villagers.txt b/npc/tulimshar/villagers.txt
new file mode 100644
index 00000000..dfe68a96
--- /dev/null
+++ b/npc/tulimshar/villagers.txt
@@ -0,0 +1,18 @@
+new_3-1.gat,114,43,0 script Guard 102,{
+mes "[Man]";
+mes "Ouch! it hurts, this wound I got from battle";
+next;
+menu "Tell me more",L_Exp,"Nevermind that",L_Nev;
+L_Exp:
+ mes "I was fighting scorpions for experience and I bumped into a RED";
+ mes "one. I have NEVER seen it before!";
+ next;
+ mes "Luckily i had a camera with me! Here's a picture of it...";
+ mes " Let me find it. I in my pocket sumwhere";
+ next;
+ mes "Oh gawd! my pockets been ripped clean off!";
+ close;
+L_Nev:
+ mes "Hmpf!";
+ close;
+}