diff options
author | Zuzanna K. Filutowska <platyna@users.sourceforge.net> | 2006-02-21 21:52:20 +0000 |
---|---|---|
committer | Zuzanna K. Filutowska <platyna@users.sourceforge.net> | 2006-02-21 21:52:20 +0000 |
commit | 951d8a7523e75a90996c4bf6bf30796cd1142135 (patch) | |
tree | 731433b18b8db5b19b0dc826071f25b89908a108 /npc/tulimshar/villagers.txt | |
parent | da4fb8263e04bcde15d1dbb298a24c5ca10b6d94 (diff) | |
download | serverdata-951d8a7523e75a90996c4bf6bf30796cd1142135.tar.gz serverdata-951d8a7523e75a90996c4bf6bf30796cd1142135.tar.bz2 serverdata-951d8a7523e75a90996c4bf6bf30796cd1142135.tar.xz serverdata-951d8a7523e75a90996c4bf6bf30796cd1142135.zip |
Removing obsolete files.
Diffstat (limited to 'npc/tulimshar/villagers.txt')
-rw-r--r-- | npc/tulimshar/villagers.txt | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/npc/tulimshar/villagers.txt b/npc/tulimshar/villagers.txt deleted file mode 100644 index 6fb28fb4..00000000 --- a/npc/tulimshar/villagers.txt +++ /dev/null @@ -1,18 +0,0 @@ -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 about it",L_Exp,"Nevermind",L_Nev; - -L_Exp: - mes "I was fighting scorpions for experience and I bumped into a RED one. I had NEVER seen it before!"; - next; - mes "Luckily i had a camera with me! Here's a picture of it... Let me find it, I put it in my pocket somewhere..."; - next; - mes "Oh man! My pockets have been ripped clean off!"; - close; - -L_Nev: - mes "Hmpf!"; - close; -} |