The RPG Maker Resource Kit

RMRK RPG Maker Creation => Requests => Script Request => Topic started by: Mushu on April 27, 2012, 04:17:54 PM

Title: Colored Mob Names
Post by: Mushu on April 27, 2012, 04:17:54 PM
Not really sure where to put this. 
Anyways, when I color mob names with the text color(used for regular text boxes) it works until you use attack and select the mob.
I colored their name in the 'Enemies' database.

(https://rmrk.net/proxy.php?request=http%3A%2F%2Fi.imgur.com%2FBR0Ru.png&hash=7f64b90a88e268c098b9edce79ef57eb5e336f66)
(https://rmrk.net/proxy.php?request=http%3A%2F%2Fi.imgur.com%2Fb7l1A.png&hash=8c18011a0c3ad150d6c0f80169b1d0771accd6ca)

Is there any way to fix this?
Title: Re: Colored Mob Names
Post by: modern algebra on April 27, 2012, 04:26:57 PM
You can use my Global Text Codes (http://rmrk.net/index.php/topic,44810.0.html) script to fix that. You will just need to add a \* to the name as well. It also has a mechanism to exceed the maximum character width for all those database options by using the filters feature.

Also, I moved this to Script Request. Generally, Program Troubleshooting is only for errors you get from running the program itself, which means errors you receive in the RM Editor itself, not when playtesting the game. That is not a foolproof guide, since there are errors you would get when playtesting the game which would appropriately be in Program Troubleshooting. However, practically everything in the game itself is created through the scripts, so it would almost always go into either Scripts or Script Request.
Title: Re: Colored Mob Names
Post by: Mushu on April 27, 2012, 04:29:01 PM
Super sweet! Thanks again.