(@@sendmsg)
[@Main]
#IF
checknamelist BanGlobal.txt
#SAY
SORRY YOUR BANNED FROM USIN GLOBAL CHAT
#ELSEACT
goto @main2
[@main2]
Do you want to send a GLOBAL message?\
Note: Each message costs 500k in Gold.\ \
<SendMsg/@@Sendmsg> \
<Exit/@Exit>\
[@@Sendmsg]
#if
checkgold 500000
#act
take gold 500000
SETSENDMSGFLAG
#SAY
Message Sent....\ \
<Back/@main>\
<Exit/@Exit>\
#ElseSay
You dont have enough gold to send a message.....\ \
<Back/@main>