Marriage script

medestroy2

LOMCN n00bie
Jul 5, 2004
9
0
12
hey does anyone happen to have a marriage script?
i been searching through the 1.4 forums but couldnt find one.
Thanks
 

SoulSeeker

LOMCN VIP
VIP
Jul 22, 2003
327
0
133
England
Code:
[@main]
#if
checkmarry alre
#act
goto @unmarry
#elseact
goto @marry

[@marry]
#say
<$USERNAME>,welcome to the church!!! May I help you?\
Male lvl 37 and Female lvl 35 can be marry in server!\
You want to marry? Just both side say OK then it be!\
No matter you can or not I still need you to pay for 2Million\ \
 <What Should I do?/@marry1>\ \
 <I am just looking/@exit>

[@marry1]
#if
gender man
#act
goto @man_marry
#elseact
goto @woman_marry

[@man_marry]
#say
First you get to face your girlfriend then ask for <Marry/@man_marry1>£¬\
If your girlfriend say OK it will be done\ \ \
<I just want to know/@exit>

[@woman_marry]
#say
First you get to face your boyfriend then ask for <Marry/@woman_marry1>£¬\
If your boyfriend say OK it will be done\ \ \
<I just want to know/@exit>

[@man_marry1]
#if
checklevel 37
#elseact
goto @level_error1
break

#if
checkmarry poin
#elseact
goto @place_error1
break

#if
checkmarry opelevel 35
#elseact
goto @level_error2
break

#if
checkmarry marriedl
#act
goto @marry_error
break

#if
#act
marry Aski 
#say
All you can do is waitting~~~~~~\
#elsesay
You don't want to pay the $$? huh?\ \ \
<Exit/@exit>

[@woman_marry1]
#if
checklevel 35
#elseact
goto @level_error1
break

#if
checkmarry poin
#elseact
goto @place_error1
break

#if
checkmarry opelevel 37
#elseact
goto @level_error2
break

#if
checkmarry marriedl
#act
goto @marry_error
break

#if
#act
marry aski
#say
All you can do is waitting~~~~~~\
#elsesay
You don't want to pay $$? huh?\ \
<Exit/@exit>

[@level_error1]
#say
You are not the marry age\ \
 <Exit/@exit>

[@level_error2]
#say
Go help he/she lvl up first\ \
 <Exit/@exit>

[@marry_error]
#say
Sorry, he/she get married\ \
 <Exit/@exit>

[@place_error1]
#say
Ask marry? Get to face he/she first!\ \
 <Exit/@exit>

[@agree_marry]
#if
checkmarry sure
#say
Nice work! You 2 are wife and man now!\ \
 <Thanks You/@exit>
#act
marry sure
#elsesay
You can't marry\ \
 <Exit/@exit>

[@unmarry]
#say
<$USERNAME>£¬Welcom back I remember you have married!\
You so nice ,still remember me !...\ \ \
 <I am come for you!/@exit>\ \
 <I want to broke up/@unmarry1>

[@unmarry1]
#if
gender man
#act
goto @man_unmarry
#elseact
goto @woman_unmarry
[@man_unmarry]
#say
A man crying is not nice I understand how you feel\
Face with your wife you can ask <BrokeUp/@unmarry2>£¬\
If she say OK then you will be free again!\ \
 <No.I dont want to leave her/@exit>

[@woman_unmarry]
#say
I know your man is not nice I understand how you feel\
Face with your man you can ask <BrokeUp/@unmarry2>£¬\
If he say OK then you will be free agin!\ \
 <No. I dont want to leave him/@exit>

[@unmarry2]
#if
checkmarry poin
#elseact
goto @place_error2
break

#if
checkmarry hanw
#say
Now you can do just waitting!\
#act
marry disw

#elsesay
IMAO you 2 not wife and man!\ \
 <Exit/@exit>

;ÓɶԷ½µ¯³öµÄ´°¿Ú·µ»Ø
[@agree_unmarry]
#if
checkmarry hanw
#act
marry diso
#elsesay
You can't marry\ \
 <Exit/@exit>

[@place_error2]
#SAY
You 2 dont face how I can do it?\ \
<He/She didnt on for long time/@unmarry3>\ \
<Exit/@exit>

[@unmarry3]
#if
gender man
#say
You want to do it now is ok, I will tell her\
about this when she on\
but it will cost you 1mil\ \
 <I want to do it now!/@unmarry4>\ \
 <I better wait my wife on/@exit>
#elsesay
You want to do it now is ok, I will tell him\
about this when he on\
but it will cost you 1mil\ \
 <I want to do it now!/@unmarry4>\ \
 <I better wait my man on/@exit>

[@unmarry4]
#if
#act
marry diso
#say
Ok, now you free again!\ \
#elsesay
You must pay for it!...\ \ \
 <Exit/@exit>

It's one of the first ones released. It still works :).