• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Textcolor / Message

Advent

Custom RPG Maker
Joined
Oct 3, 2009
Messages
306
Reaction score
7
Hi, I want to give message like MONSTER_TALK but with other color, I have colors declared in lib and as const in source but I don't know how I can declarate that. It should be something like TALKTYPE_TEAL.
 
You have to add that new message type to the client too.
COLOR_TEAL etc are only allowed for the doSendAnimatedText / doPlayerSendTextMessage (9.1+)
 
Back
Top