#鬼魂术
if actor.hp == 0 and actor.state?(151)
actor.add_state(152,false)
actor.remove_state(151)
end
if !actor.state?(152) and actor.skill_learn?(251) and !actor.state?(151)
actor.hp = actor.maxhp
end
if actor.skill_learn?(251) and !actor.state?(152)
actor.add_state(151,false)
end作者: jiahui5592986 时间: 2015-8-18 18:20