diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2007-12-17 15:17:23 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2007-12-17 15:17:23 +0000 |
commit | 917cac2dff17b4cd58e86ee406a37944bea53321 (patch) | |
tree | 71305ee714c14ba190830d51aa0460950e8f8338 /npc/xmas2007/pre-xmas.txt | |
parent | 31a34dd1fabc2f45c8268367af60f01894b576eb (diff) | |
download | serverdata-917cac2dff17b4cd58e86ee406a37944bea53321.tar.gz serverdata-917cac2dff17b4cd58e86ee406a37944bea53321.tar.bz2 serverdata-917cac2dff17b4cd58e86ee406a37944bea53321.tar.xz serverdata-917cac2dff17b4cd58e86ee406a37944bea53321.zip |
removed debug functionality from christmas scripts.
Diffstat (limited to 'npc/xmas2007/pre-xmas.txt')
-rw-r--r-- | npc/xmas2007/pre-xmas.txt | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/npc/xmas2007/pre-xmas.txt b/npc/xmas2007/pre-xmas.txt index 632120f6..aa33841b 100644 --- a/npc/xmas2007/pre-xmas.txt +++ b/npc/xmas2007/pre-xmas.txt @@ -222,23 +222,3 @@ new_11-1.gat,76,85,0 script Assistant 105,{ L_Close:
close;
}
-
-new_11-1.gat,74,85,0 script Debug 105,{
- menu "Give 10 milk", L_10milk, "Give 10 cookie", L_10cookie, "Double milk", L_2xmilk, "Double cookies", L_2xcookie, "Reset", L_Reset;
-
- L_10milk:
- getitem 527, 10;
- close;
- L_10cookie:
- getitem 635, 10;
- close;
- L_2xmilk:
- getitem 527, countitem(527);
- close;
- L_2xcookie:
- getitem 635, countitem(635);
- close;
- L_Reset:
- set $QUEST_xmas07_cookies, 0;
- set $QUEST_xmas07_milk, 0;
-}
\ No newline at end of file |