Chaos Project

RPG Maker => RPG Maker Scripts => Script Requests => Topic started by: BanisherOfEden on March 13, 2013, 12:48:48 am

Title: (RMVXA) Question about stat location
Post by: BanisherOfEden on March 13, 2013, 12:48:48 am
I was wondering how the placement of stats was determent.

All I can find is ~

draw_actor_simple_status(actor, rect.x + 108, rect.y + line_height / 2)


It looks like it just draw all the stats at once. Is there a way to change the locations of the individual stats?

I want to change it from this -
Spoiler: ShowHide

(http://i109.photobucket.com/albums/n52/dreamslayer7/menubefore_zps6ae488a9.png)

to this something like this-
Spoiler: ShowHide

(http://i109.photobucket.com/albums/n52/dreamslayer7/menuaftermaybe_zps4a4593c9.png)
Title: Re: (RMVXA) Question about stat location
Post by: LiTTleDRAgo on March 13, 2013, 01:09:51 am
look at Window_Base and then search (CTRL + F)

def draw_actor_simple_status
Title: Re: (RMVXA) Question about stat location
Post by: BanisherOfEden on March 13, 2013, 03:28:43 am
Thank you. ^_^
My menu edit is finaly (for the most part) complete!
Spoiler: ShowHide
(http://i109.photobucket.com/albums/n52/dreamslayer7/finishedmenuedit_zpsc599b48d.png)