class Game_Party def backup_items @items_backup = @items.clone end def restore_items @items = @items_backup if @items_backup != nil end end
class Scene_Battle alias rb_main_20150927 main def main $game_party.backup_items rb_main_20150927 $game_party.restore_items end end
RyanBern 发表于 2015-9-27 11:31
插入脚本:
class Game_Party
def backup_items
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |