Can't seem to get this working correctly.
I've added @@sendmsg into QFunction too.
It just doesn't seem to do the actual shouting part of its job.
Can't seem to understand whats wrong
Heres my script;
[@Main]
<WARNING: Spamming will result in a global ban>\ \
Hello there <$USERNAME> im the Global Shout NPC. I allow\
people to use my services to shout a message to everyone\
on the server for a small fee.\
Each message costs 50k in Gold.\ \
<SendMsg/@@sendmsg> \
<Exit/@Exit>\
[@@sendmsg]
#if
checkgold 50000
#act
take gold 50000
SETSENDMSGFLAG
#SAY
Your Message Has Been Sent... \ \
<Back/@main>\
<Exit/@Exit>\
#ElseSay
You dont have enough gold to send a message.....\ \
<Back/@main>
If anyone can clear this up it would be great, cheers
I've added @@sendmsg into QFunction too.
It just doesn't seem to do the actual shouting part of its job.
Can't seem to understand whats wrong
Heres my script;
[@Main]
<WARNING: Spamming will result in a global ban>\ \
Hello there <$USERNAME> im the Global Shout NPC. I allow\
people to use my services to shout a message to everyone\
on the server for a small fee.\
Each message costs 50k in Gold.\ \
<SendMsg/@@sendmsg> \
<Exit/@Exit>\
[@@sendmsg]
#if
checkgold 50000
#act
take gold 50000
SETSENDMSGFLAG
#SAY
Your Message Has Been Sent... \ \
<Back/@main>\
<Exit/@Exit>\
#ElseSay
You dont have enough gold to send a message.....\ \
<Back/@main>
If anyone can clear this up it would be great, cheers
