- Feb 17, 2009
- 54
- 0
- 33
This is the current Global Script i've tryed to get working =/ i take's the money from you. but doesn't Send the Message Across the Server. Any Help Would be Great. Thanks! 
Current Script:
(@@sendmsg)
[@Main]
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>
Current Script:
(@@sendmsg)
[@Main]
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>
