From 16245ebf201ddcc94eeab448dc3f4a5c4f7a78df Mon Sep 17 00:00:00 2001 From: Matthias Hartmann Date: Mon, 25 Dec 2006 01:30:18 +0000 Subject: Use the right variable. --- npc/xmas/xmas19.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc') diff --git a/npc/xmas/xmas19.txt b/npc/xmas/xmas19.txt index c21c6b08..3c60aab7 100644 --- a/npc/xmas/xmas19.txt +++ b/npc/xmas/xmas19.txt @@ -1,5 +1,5 @@ new_11-1.gat,90,83,0 script Xmas19 105,{ - if(XMASQUEST1 == 1) goto L_only_once; + if(XMASQUEST19 == 1) goto L_only_once; mes "[Helper Santa]"; mes "It's Christmas."; mes "The time for gifts and family reunions"; @@ -14,7 +14,7 @@ new_11-1.gat,90,83,0 script Xmas19 105,{ menu "Want one?",L_nicenaughty,"No thanks.",L_no; L_nicenaughty: - set XMASQUEST1,1; + set XMASQUEST19,1; mes "[Helper Santa]"; mes "In my book you're marked as..."; next; -- cgit v1.2.3-60-g2f50