[@Main]
#SAY
Do you want to send a GLOBAL message?\
Note: Each message costs 1mill in Gold.\
<SendMsg/@@Sendmsg> \
<Exit/@Exit>\ \
[@@Sendmsg]
#IF
checkgold 1000000
#ACT
take gold 1000000
SETSENDMSGFLAG
#SAY
Message Sent....\ \
<Back/@main>\
<Exit/@Exit>\
#ELSESAY
You dont have enough gold to send a message.....\
<Back/@main>\ \
(@@sendmsg )
[@Main]
#SAY
Do you want to send a GLOBAL message?\
Note: Each message costs 1mill in Gold.\
<SendMsg/@@Sendmsg> \
<Exit/@Exit>\ \
[@@Sendmsg]
#IF
checkgold 1000000
#ACT
take gold 1000000
SETSENDMSGFLAG
#SAY
Message Sent....\ \
<Back/@main>\
<Exit/@Exit>\
#ELSESAY
You dont have enough gold to send a message.....\
<Back/@main>\ \
Make sure the (@@sendmsg ) is at the top
Code:(@@sendmsg ) [@Main] #SAY Do you want to send a GLOBAL message?\ Note: Each message costs 1mill in Gold.\ <SendMsg/@@Sendmsg> \ <Exit/@Exit>\ \ [@@Sendmsg] #IF checkgold 1000000 #ACT take gold 1000000 SETSENDMSGFLAG #SAY Message Sent....\ \ <Back/@main>\ <Exit/@Exit>\ #ELSESAY You dont have enough gold to send a message.....\ <Back/@main>\ \
