actor.hp = actor.maxhp
actor.sp = actor.maxsp
for actor in $game_party.actors
if !actor.dead?
actor.hp += (actor.maxsp * 1 / 100).truncate
actor.sp += (actor.maxsp * 1 / 100).truncate
end
end
@status_window.refresh
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |