Here is my first ever script! ^^
What it does: Changes the color of an actor's name when viewed in the menu.
CODE
class Window_Base < Window
#--------------------------------------------------------------------------
# * Get Actor Name Color
#--------------------------------------------------------------------------
def actor_color
return text_color(28)
end
end
This is a Plug and Play script.
But, if you want it to do anything, then go to line 244 of Window_Base, and change the
contents.font.color to actor_color.
Where to put it:
You can put this script between the Equip Screen Power Down and Draw Icon parts of Window_Base.
Compatibility:
Works with any script.
This post has been edited by Paper PokéMaster: Jul 9 2009, 03:41 PM