Jump to content
ELFORUM - Forumul electronistilor

Rpg Maker Mv Cheat Menu Plugin Link

var alias_GameSystem_initialize = Game_System.prototype.initialize; Game_System.prototype.initialize = function() { alias_GameSystem_initialize.call(this); CheatMenu.initialize(); };

const CHEAT_ENABLED = Utils.isOptionValid('debug'); // only in test play // Or use a plugin parameter: /* @param EnableCheatMenu * @type boolean * @default true */ rpg maker mv cheat menu plugin

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.Terms of Use si Guidelines