Hello, totally new to RPG Maker VX Ace (Hope im suppose to be posting here) just wondering if there is a way to call the defult class "Window_Gold" So it will display the gold 24/7.
Would be amazing if someone can help me here.
Gold display 24/7 and referesh constantly.
● ARCHIVED · READ-ONLY
-
-
Make a variable and set it to a new instance of Window_Gold. Like this:
Code:@gold_window = Window_Gold.new