diff options
Diffstat (limited to 'npc/events/whiteday.txt')
-rw-r--r-- | npc/events/whiteday.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/events/whiteday.txt b/npc/events/whiteday.txt index 7e921ed97..472f0030b 100644 --- a/npc/events/whiteday.txt +++ b/npc/events/whiteday.txt @@ -29,7 +29,7 @@ alberta,188,64,4 script Sugar 4_F_02,{ mes "heartfelt like"; mes "the sweetness of the present some how."; next; - menu "Please give me!",-,"I don't need it.",M_END,"The teacher.",M_L1; + menu "Please give me!",-,"I don't need it.",M_End,"The teacher.",M_L1; mes "[Sugar]"; mes "Yes!"; @@ -69,7 +69,7 @@ L0_3: L_INPUT: input @maplenum; if (@maplenum > 5) goto L_ERROR; - if (@maplenum == 0) goto M_END; + if (@maplenum == 0) goto M_End; set @maplePriceT,@maplePrice*@maplenum; if (Zeny < @maplePriceT) goto L_ERROR2; set Zeny,Zeny- @maplePriceT; @@ -115,7 +115,7 @@ L_ERROR2: mes "I will ask you to check your money first."; close; -M_END: +M_End: mes "[Sugar]"; mes "Really .... You might regret it.."; mes "If you change your mind."; |