- Joined
- Apr 9, 2013
- Messages
- 132
- Reaction score
- 17
- First Language
- English
- Primarily Uses
I'm using SumRndmDde Battle Status Customizer plugin, and I want to make a gauge for party gold (he mentions it as a possible example of use for the plugin in his video, but doesn't go into detail).
Plugin link:
http://sumrndm.site/battle-status-customizer/
To add a custom gauge, you need to fill in the following information (as an example I've included the HP gauge info):
Gauge 1 Text: TextManager.hpA
Gauge 1 Current: actor.hp
Gauge 1 Max: actor.mhp
...then some info about the position and size of the gauge.
I want to make a gauge for party gold, but I'm stuck at what to put in Gauge 1 current.
I tried the script call $game_party.gold and \G and gold and party.gold but nothing works.
Can someone please tell me what I can put in here or how I can search for what to put in?
(As for the Max, I will just use 999.)
Thank you.
Plugin link:
http://sumrndm.site/battle-status-customizer/
To add a custom gauge, you need to fill in the following information (as an example I've included the HP gauge info):
Gauge 1 Text: TextManager.hpA
Gauge 1 Current: actor.hp
Gauge 1 Max: actor.mhp
...then some info about the position and size of the gauge.
I want to make a gauge for party gold, but I'm stuck at what to put in Gauge 1 current.
I tried the script call $game_party.gold and \G and gold and party.gold but nothing works.
Can someone please tell me what I can put in here or how I can search for what to put in?
(As for the Max, I will just use 999.)
Thank you.
