class Game_Actor < Game_Battler
def now_exp
return @exp - @exp_list[@level]
end
def next_exp
return @exp_list[@level+1] > 0 ? @exp_list[@level+1] - @exp_list[@level] : 0
end
end
把这两句话放入脚本里
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |