RPG Maker VX Ace
Window_GameCompletion [RMVXA]
Introduction
Shows how much percentage of the game is completed by calling how much a variable is. For RMVXace only, for the RMXP version click here.
The Code
License Terms
Attribution 3.0 Unported - You must attribute the work in the manner specified by the author or licensor. Commerical use allowed.
Instructions
In the Event Editor, under the Control Variable tab, set the variable to the number you have in the module below. Then have the Operation at Set and then, change the constant to whatever number you want to add between 1~100.
half-bar with mixed colors
full bar with a solid color
The colors seen in both images can be changed in the module.
Credits & Thanks
Bigace360
Terms & Conditions
Comments (2)
Leave a Reply
You must be logged in to post a comment.
Guest
How would I access this info in-game?
black mage
@Guest_undeadgamez
I think you can access the info by creating the Window_Progress object. Said object can be created using this syntax on the script call:
[code]@object_name = Window_Progress.new[/code]