princess-synergy/www/js/plugins/JsScript67Set.js
2026-02-05 14:03:22 -06:00

13 lines
337 B
JavaScript

let _EndKeyNotFlg = false;
let EffSyoriNo = 0;
Game_Interpreter.prototype.EndBtnEvnt = function () {
switch (EffSyoriNo) {
case 1:
if (!AccessFlg) {
$gameTemp.reserveCommonEvent(451);
return false;
}
return true;
}
return true;
}