summaryrefslogtreecommitdiff
path: root/world/map/npc/xmas/2010/santa.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/xmas/2010/santa.txt')
-rw-r--r--world/map/npc/xmas/2010/santa.txt22
1 files changed, 11 insertions, 11 deletions
diff --git a/world/map/npc/xmas/2010/santa.txt b/world/map/npc/xmas/2010/santa.txt
index 8c53b22f..781dc70f 100644
--- a/world/map/npc/xmas/2010/santa.txt
+++ b/world/map/npc/xmas/2010/santa.txt
@@ -9,15 +9,15 @@
//# This is Santa Claus.
//# He was taken as hostage by golbanez, and now that he is free, he would like to
//# give a reward for those who helped him.
-//#
+//#
//#################################################################################
-
-
+
+
031-3.gat,122,51,0 script Santa 105,{
if (Sex) set @honorific$, "young hero";
if (Sex) set @gender$, "boy";
- if (!Sex) set @honorific$, "young heroine";
+ if (!Sex) set @honorific$, "young heroine";
if (!Sex) set @gender$, "girl";
if (Xmas2010 == 2) goto L_Returning;
if (Xmas2010 == 3) goto L_Stocking_Prize;
@@ -44,7 +44,7 @@ L_Skip_Dialogue:
L_Calculate_Prizes:
getinventorylist;
- if (@inventorylist_count == 100) goto L_full;
+ if (@inventorylist_count == 100) goto L_full;
setarray @prizes, 1216, 629, 630, 634, 1214, 633, 628, 627, 621;
mes "\"You are so generous! I believe I can give you one of the hats from this bag. I know you like these silly hats. Yes, Santa knows this kind of thing... Ho-Ho-Ho! Put your hand here and pick one hat... No, you cant look, it MUST be a surprise...\"";
getitem @prizes[rand(8)], 1;
@@ -64,7 +64,7 @@ L_Returning:
L_Stocking_Prize:
set Xmas2010, 3;
getinventorylist;
- if (@inventorylist_count == 100) goto L_full;
+ if (@inventorylist_count == 100) goto L_full;
mes "[Santa Claus]";
mes "\"Good to know you liked it! Now I would like to give you a personal item. It is not a hat, but something that will always make you remember how grateful I am.\"";
next;
@@ -77,26 +77,26 @@ L_Stocking_Prize:
close2;
percentheal -20, 0;
message strcharinfo(0), "You suddenly get dizzy... Something is not right with you. Maybe you shouldnt have put the Red Stocking so close to your face!";
- end;
+ end;
L_full:
mes "[Santa Claus]";
- mes "\"Your backpack seems to be full. You should get rid of some unused stuff before you get my gifts, or maybe try one super resistant red bag, my personal favorite! Hoh-hoh!\"";
+ mes "\"Your backpack seems to be full. You should get rid of some unused stuff before you get my gifts, or maybe try one super resistant red bag, my personal favorite! Hoh-hoh!\"";
close;
L_Close:
mes "[Santa Claus]";
- mes "\"Ho, Ho... Ok, see you later " +@honorific$+ "!\"";
+ mes "\"Ho, Ho... Ok, see you later " +@honorific$+ "!\"";
close;
L_Bad:
mes "[Santa Claus]";
- mes "\"Hmm... and I was thinking you were a good " +@gender$+ "! Dont be ungrateful and next time, think before you get a gift.\"";
+ mes "\"Hmm... and I was thinking you were a good " +@gender$+ "! Dont be ungrateful and next time, think before you get a gift.\"";
close;
L_Event_Done:
mes "[Santa Claus]";
- mes "\"Hello again " +strcharinfo(0)+ "! I cant chat with you right now, because we are really late for Christmas, but, when it is over, you will always be welcome in my house for a hot chocolate.\"";
+ mes "\"Hello again " +strcharinfo(0)+ "! I cant chat with you right now, because we are really late for Christmas, but, when it is over, you will always be welcome in my house for a hot chocolate.\"";
close;
}