Author Topic: Color Codes in Events  (Read 439 times)

I know the codes, but I can't figure out how to change them in events. I enter <Color:FFFFFF>[Text], is that right? If not, how?

No modify button. Also, how would I get the bottomprint to say (to everyone in the minigame) the person's name. Example:
Onactivate.minigame.bottompri nt [<variable term for name> is AFK]
What's the term/code for name?

I enter <Color:FFFFFF>[Text], is that right?
Yes.
Also, how would I get the bottomprint to say (to everyone in the minigame) the person's name. Example:
Onactivate.minigame.bottompri nt [<variable term for name> is AFK]
What's the term/code for name?
For that you would need variable events, and use:
Code: [Select]
onActivate>Minigame>bottomPrint>"<var:client:name> is AFK"

Make sure the word 'color' is lower case.