Custom NPC message

Mu online season 21 - grand opening

MiloFoxburr

LOMCN VIP
VIP
Mar 23, 2003
7,276
207
350
Dublin, Ireland
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?

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
 

Toxick

Golden Oldie
Golden Oldie
Apr 17, 2003
1,397
0
173
you can have pre done messages, that the npc scipt has but you cant have it done if someone types in there own message
 
Upvote 0