Advertisement
Maliki79

Mal_SRD_SExt_MZ_Fix

Oct 26th, 2021
1,235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Scene_Battle.prototype.commandSkillExtend = function() {
  2.     var skill = this._skillExtend.item();
  3.     var action = BattleManager.inputtingAction();
  4.     action.setSkill(skill.id);
  5.     BattleManager.actor().setLastBattleSkill(skill);
  6.     this._skillExtend.close();
  7.     this._skillExtend.deactivate();
  8.     this.onSelectAction();
  9. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement