Hi guys, I have a script to change name colours but it doesn't work.
Is it the script it's self? I'm not sure how to fix it?
[@Main]
This is just a basic fun NPC which changes the\
colour of your name. Just brightens the place\
up a little bit and is another server feature. Enjoy!\
<Change Name Color/@ChangeNameColor> - <Close Window/@exit>
[@ChangeNameColor]
SERVERNAME - Please Select Your Colour!\ \
<White/@ColorBai> - <Glad/@ColorHui> - <Orange/@ColorCheng>\
<Green/@ColorLv> - <DarkGreen/@ColorQing> - <Blue/@ColorLan>\ \
<Close Window/@exit>
[@ColorCheng]
#ACT
marry nameColor -13
#SAY
Your Name Color changed\ \
<Close Window/@exit>
[@ColorQing]
#ACT
marry nameColor -2
#SAY
Your Name Color changed\ \
<Close Window/@exit>
[@ColorZi]
#ACT
marry nameColor -3
#SAY
Your Name Color changed\ \
<Close Window/@exit>
[@ColorLan]
#ACT
marry nameColor -4
#SAY
Your Name Color changed\ \
<Close Window/@exit>
[@ColorLv]
#ACT
marry nameColor -6
take Gold 150000
#SAY
Your Name Color changed\ \
<Close Window/@exit>
[@ColorHui]
#ACT
marry nameColor -8
#SAY
Your Name Color changed\ \
<Exit/@exit>
Is it the script it's self? I'm not sure how to fix it?
[@Main]
This is just a basic fun NPC which changes the\
colour of your name. Just brightens the place\
up a little bit and is another server feature. Enjoy!\
<Change Name Color/@ChangeNameColor> - <Close Window/@exit>
[@ChangeNameColor]
SERVERNAME - Please Select Your Colour!\ \
<White/@ColorBai> - <Glad/@ColorHui> - <Orange/@ColorCheng>\
<Green/@ColorLv> - <DarkGreen/@ColorQing> - <Blue/@ColorLan>\ \
<Close Window/@exit>
[@ColorCheng]
#ACT
marry nameColor -13
#SAY
Your Name Color changed\ \
<Close Window/@exit>
[@ColorQing]
#ACT
marry nameColor -2
#SAY
Your Name Color changed\ \
<Close Window/@exit>
[@ColorZi]
#ACT
marry nameColor -3
#SAY
Your Name Color changed\ \
<Close Window/@exit>
[@ColorLan]
#ACT
marry nameColor -4
#SAY
Your Name Color changed\ \
<Close Window/@exit>
[@ColorLv]
#ACT
marry nameColor -6
take Gold 150000
#SAY
Your Name Color changed\ \
<Close Window/@exit>
[@ColorHui]
#ACT
marry nameColor -8
#SAY
Your Name Color changed\ \
<Exit/@exit>
Last edited:
