- Joined
- Mar 13, 2012
- Messages
- 589
- Reaction score
- 378
- First Language
- English
- Primarily Uses
If you know what you're doing (or can pretend well enough).
Code:
class Window_RosterStatus def draw_parameters(x, y) draw_actor_param(@actor, x, y + line_height * 0, 0 + 2) draw_actor_param(@actor, x, y + line_height * 1, 1 + 2) draw_actor_param(@actor, x, y + line_height * 2, 4 + 2) draw_actor_param(@actor, x, y + line_height * 3, 5 + 2) endend



