Gold display 24/7 and referesh constantly.

● ARCHIVED · READ-ONLY
Started by laskata 2 posts View original ↗
  1. 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.
  2. Make a variable and set it to a new instance of Window_Gold. Like this:



    Code:
    @gold_window = Window_Gold.new