[@main]
#SAY
Hello <$USERNAME>, How are you darling? xxxx\
I believe that love is like a fairy tale,\
They all end in happy endings. Ah, i see...\
the love between you and your partner is powerfull!!\
I can offer you and your lover couple quests depending\
how long you both been together.\ \
<Next/@next> <Exit/@exit>
[@next]
#SAY
What quests will you like to do:\
I've been married for <2 days/@2> - Reward: Couple Ring\
I've been married for <4 days/@4> - Reward: Rose \
I've been married for <7 days/@5> - Reward:\ \
<Exit/@exit>
[@2]
#IF
checkmarrycount = 2
check [504] 0
#ACT
goto @21
#ELSESAY
You've not been married for 2 days or you've already done this quest.\ \
<Exit/@exit>
[@4]
#IF
checkmarrycount = 4
check [505] 0
#ACT
goto @41
#ELSESAY
You've not been married for 4 days or you've already done this quest.\ \
<Exit/@exit>
[@41]
#IF
checkjob warrior
#ACT
give redrose 1
set [505] 1
#ELSEACT
goto @wiz
[@wiz]
#IF
checkjob wizard
#ACT
give bluerose 1
set [505] 1
#ELSEACT
goto @tao
[@tao]
#IF
checkjob taoist
#ACT
give greenrose 1
set [505] 1
[@21]
#IF
check [503] 0
#ACT
goto @q1
#ELSEACT
goto @211
[@q1]
#SAY
My brother has lost his faith in love\
because he can't find the perfect match for him\
but i've told him that if you go out there and look\
i'm sure you will find someone and have a happy ending\
He doesn't believe in all that, he just thinks love are\
for fairy tales, So please, you and your partner knock\
some sense into him. Show him what love is really like.\
My brother is located somewhere in Bichon by a Swamp.\
Make sure you face your partner when you talk to him.\ \
<Okay!/@exit>
[@211]
#ACT
set [504] 1
give CoupleRing 1
break
try this, i dnt know if is good
