Inchilat98
Villager
- Xy$
- 0.00
Hi all,
I'm making a script where i toggle the visibility of the currency window in the menu with a script call.
This is what i've wrote
I'm a beginner, please help me out :(
sry for my bad english, hope you will understand what i need.
I'm making a script where i toggle the visibility of the currency window in the menu with a script call.
This is what i've wrote
JavaScript:
var alias_Scene_Menu_prototype_createGoldWindow = Scene_Menu.prototype.createGoldWindow;
Scene_Menu.prototype.createGoldWindow = function() {
alias_Scene_Menu_prototype_createGoldWindow.call(this);
this._goldWindow.visible = false;
};
sry for my bad english, hope you will understand what i need.