git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@675 54d463be-8e91-2dee-dedb-b68131a5f0ec

This commit is contained in:
Aria 2004-12-20 19:31:59 +00:00
parent 32b5e9bcef
commit b44b0d0f15

View File

@ -197,11 +197,11 @@ L_InProgress:
close; close;
L_WrongBrideName: L_WrongBrideName:
mes "[Marry Happy]"; mes "[Marry Happy]";
mes "How come you forgot your wife name!? Sorry come back later when you know who you want to marry."; mes "How come you forgot your wife's name!? Sorry come back later when you know who you want to marry.";
close; close;
L_WrongGroomName: L_WrongGroomName:
mes "[Marry Happy]"; mes "[Marry Happy]";
mes "How come you forgot your husband name!? Sorry come back later when you know who you want to marry."; mes "How come you forgot your husband's name!? Sorry come back later when you know who you want to marry.";
close; close;
L_NeedRing: L_NeedRing:
mes "[Tristan the Third]"; mes "[Tristan the Third]";
@ -376,7 +376,7 @@ L_Marry:
mes "you are able to get married strait away."; mes "you are able to get married strait away.";
mes "One must be the Groom and the other the Bride."; mes "One must be the Groom and the other the Bride.";
mes "Do you wish to register to get married?"; mes "Do you wish to register to get married?";
if($SameSex == 1) menu "I'm gonna be the Groom",-,"I,m gonna be the Bride",L_BrideRegister,"Never mind",L_Bye; if($SameSex == 1) menu "I'm gonna be the Groom",-,"I'm gonna be the Bride",L_BrideRegister,"Never mind",L_Bye;
if(event_wedding == 1) goto L_Married; if(event_wedding == 1) goto L_Married;
if(@register >= 1) goto L_AlreadyRegistered; if(@register >= 1) goto L_AlreadyRegistered;
if($@progress >= 2) goto L_InProgress; if($@progress >= 2) goto L_InProgress;
@ -416,7 +416,7 @@ L_BrideRegister:
if((countitem(2338) > 0) || (countitem(7170) > 0) || (@outfit == 1)) goto L_BrideRegister2; if((countitem(2338) > 0) || (countitem(7170) > 0) || (@outfit == 1)) goto L_BrideRegister2;
mes "[Marry Happy]"; mes "[Marry Happy]";
if(sex == 1) mes "No problem sir, please fill out your name here."; if(sex == 1) mes "No problem sir, please fill out your name here.";
if(sex == 0) mes "No problem mis, please fill out your name here."; if(sex == 0) mes "No problem miss, please fill out your name here.";
mes "And I'll need to collect a 100,000z fee for your wedding fees and outfit."; mes "And I'll need to collect a 100,000z fee for your wedding fees and outfit.";
next; next;
if(zeny < @costbrideA) goto L_NeedZeny2; if(zeny < @costbrideA) goto L_NeedZeny2;