RPG Maker Forums

So I am trying to make my own custom status screen.  I have a good start on it, but it has been with just the basics so far.  I am trying to get my actors skills to show up in a small skill window.  I need them to show up in a list vertically within the window.  Here is what I have for this section:

class Window_Skill < Window_SkillList #-------------------------------------------------------------------------- # * Object Initialization #-------------------------------------------------------------------------- def initialize super(145,25,155,210) self.opacity = 200 refresh end #-------------------------------------------------------------------------- # * Refresh #-------------------------------------------------------------------------- def refresh contents.clear draw_skill_text (line_height * 0) end def draw_skill_text (y) oldcolor = self.contents.font.color self.contents.font.color = Color.new(255,215,0) self.draw_text(0,y,80,line_height, "MAGIC") self.contents.font.color = oldcolor endendSo my window appears and the text appears but everything I have tried to draw the skills has failed.  Any help would be appreciated.

Latest Threads

Latest Posts

Latest Profile Posts

Don't forget, aspiring writers: Personality isn't what your characters do, it is WHY they do it.
Hello! I would like to know if there are any pluggings or any way to customize how battles look?
I was thinking that when you start the battle for it to appear the eyes of your characters and opponents sorta like Ace Attorney.
Sadly I don't know how that would be possible so I would be needing help! If you can help me in any way I would really apreciate it!
The biggest debate we need to complete on which is better, Waffles or Pancakes?
rux
How is it going? :D
Day 9 of giveaways! 8 prizes today :D

Forum statistics

Threads
106,047
Messages
1,018,539
Members
137,834
Latest member
EverNoir
Top