please look at these and tell me how to stop getting weddingring after i have one like if i click and get ring how do i let server npc know not to give me another one.
;Info [ Npc Name{WeddingRing} X=15 Y=20 MapName={Rev.Tao_Office} ]
[@main]
#if
checkmarry alre
#act
goto @offers
#elseact
goto @***
[@offers]
Welcome <$USERNAME>!\
I here you have just got\
married congratulations\
here is your wedding ring\
I hope you have a great honeymoon\ \
<CollectRing/@give>\
<I Will Collect Later/@exit>
[@***]
**** Off And Find A Partner First!\ \
break
[@give]
#ACT
give WeddingRing 1
break
========================
also with this one its says i am alreading married when im not.
;Info [ Npc Name{Marriage} X=13 Y=22 MapName={Rev.Tao_Office} ]
[@main]
#if
checkmarry alre
#act
goto @unmarry
#elseact
goto @marry
[@marry]
#say
<$USERNAME>,welcome to the church!!! May I help you?\
Male lvl 27 and Female lvl 25 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>
please corrct these to right ones thanks
;Info [ Npc Name{WeddingRing} X=15 Y=20 MapName={Rev.Tao_Office} ]
[@main]
#if
checkmarry alre
#act
goto @offers
#elseact
goto @***
[@offers]
Welcome <$USERNAME>!\
I here you have just got\
married congratulations\
here is your wedding ring\
I hope you have a great honeymoon\ \
<CollectRing/@give>\
<I Will Collect Later/@exit>
[@***]
**** Off And Find A Partner First!\ \
break
[@give]
#ACT
give WeddingRing 1
break
========================
also with this one its says i am alreading married when im not.
;Info [ Npc Name{Marriage} X=13 Y=22 MapName={Rev.Tao_Office} ]
[@main]
#if
checkmarry alre
#act
goto @unmarry
#elseact
goto @marry
[@marry]
#say
<$USERNAME>,welcome to the church!!! May I help you?\
Male lvl 27 and Female lvl 25 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>
please corrct these to right ones thanks
