Last Update: 2.08.2013
Script Download
Introduction
This alters the side windows at the bottom to display variables, time, steps, gold, or your own custom variable. This script was stripped from my ACE menu system [RMXP] and then translated into rmvxa.
Pingback: Multi Variable Window [RMVXA] « Bigace World
lol, I really wish I could edit… if you can delete the above post and use this instead:
Cool script, very useful. Thank you!
If anyone wants to have the window displayed in the bottom-left corner instead…
below line 166: @gold_window = Window_MultiVariable.new(dy)
add the following:
@gold_window.y = Graphics.height – @gold_window.height
why create a new line when you could of just edited dy?
I thought I would need the variable @gold_window.height to be set first.
v1.2 (02.08.2013)
● You can now change the y-axis of the window from the module.
● Compatible with Yanfly digit grouping method
Awesome, thanks for this.
Pingback: Item Icon Hue [RMXP] « Bigace World
Ah! It looks like the link to this script is broken. Is there an alternate link?