Hello everybody! I need some help understanding global varaibles scope in Rpg Maker MV. I'll enunciate the problem: So, I have a global variable in my plugin file that I've set up: var enableMHUD = false;
Hello everybody!
I
need some help understanding global varaibles scope in Rpg Maker MV. I'll enunciate the problem:
So, I have a
global variable in my plugin file that I've set up:
var enableMHUD = false;
And I've tried to
access it via the
game interpreter:
But an
error has occured:
I'm new in scripting in Rpg Maker MV, I was more efficient with RGSS but since they replace it by JS, I'm lost . That's why I need your help young (or old whatever) scripter!
Thanking you in advance
PS: My
plugin file if it's necessary:
StatusOnMap.js