Well I noticed something a couple of days ago in the files
Basically it should allow users to send there own messages through a npc much like Global Shout in mir3 However I can get the pop box which allows me to type the message but not actually get the message to send
So anyone else mind taking a crack at and see what happens?
Theres the npc script required
Basically it should allow users to send there own messages through a npc much like Global Shout in mir3 However I can get the pop box which allows me to type the message but not actually get the message to send
So anyone else mind taking a crack at and see what happens?
Code:
(@@sendmsg)
[@main]
Would you like to send a Global Message\
Note it will cost you 10000 gold a message\\
<Yes Please/@@sendmsg>
[@@SendMsg]
#if
checkgold 10000
#act
take Gold 10000
SETSENDMSGFLAG
#elsesay
You dont have enough gold\ \
<Back/@main> <Exit/@Exit>
Theres the npc script required
