diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-05-22 15:09:12 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-05-22 15:09:12 +0000 |
commit | 348ecbff5d06486974b875d059dcbf2240028000 (patch) | |
tree | d6f28a68206f81bd92a8d4b961fbc0c5ab4a53da /npc/tulimshar/villagers.txt | |
download | serverdata-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.txt | 18 |
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; +} |