diff options
author | Jared Adams <jaxad0127@gmail.com> | 2008-11-19 13:38:20 +0000 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2008-11-19 13:38:20 +0000 |
commit | 1195ea1eb880ca9c77f2471e036d8bb8009fd70d (patch) | |
tree | 888b3dded2573c38c92acb7d6faf528d02abfd8b /npc/new_18-1-woodland-village/george.txt | |
parent | c35d7a43946974cc85497980f4542f0b8abc1a56 (diff) | |
download | serverdata-1195ea1eb880ca9c77f2471e036d8bb8009fd70d.tar.gz serverdata-1195ea1eb880ca9c77f2471e036d8bb8009fd70d.tar.bz2 serverdata-1195ea1eb880ca9c77f2471e036d8bb8009fd70d.tar.xz serverdata-1195ea1eb880ca9c77f2471e036d8bb8009fd70d.zip |
Change all script folders
Script files fixes are comming
Diffstat (limited to 'npc/new_18-1-woodland-village/george.txt')
-rw-r--r-- | npc/new_18-1-woodland-village/george.txt | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/npc/new_18-1-woodland-village/george.txt b/npc/new_18-1-woodland-village/george.txt deleted file mode 100644 index 42966bf8..00000000 --- a/npc/new_18-1-woodland-village/george.txt +++ /dev/null @@ -1,25 +0,0 @@ -// - -new_18-1.gat,136,36,0 script George 138,{ - if (getequipid(equip_head) == 617) goto L_Pirate; - if (getequipid(equip_head) == 622) goto L_Bandana; - if (getequipid(equip_head) == 621) goto L_EyePatch; - mes "[George the Pirate]"; - mes "\"Arrrrh! 'Tis some kind of treasure map!\""; - close; - -L_Pirate: - mes "[George the Pirate]"; - mes "\"Arrrrh! Ye be wearing a pirate's hat!\""; - close; - -L_Bandana: - mes "[George the Pirate]"; - mes "\"Arrrrh! Ye remind me of my old first mate!\""; - close; - -L_EyePatch: - mes "[George the Pirate]"; - mes "\"Arrrrh! Looks like ye lost an eye there!\""; - close; -} |