以下引用凌冰于2008-2-21 14:44:50的发言:
"应该是@target_battlers = $game_troop.enemies吧";
elsif @active_battler.state?(41)
list = [16,17,18]
sk = $data_skills[list[rand(list.size)]]
target = $game_troop.random_target_enemy
target.skill_effect(@active_battler,sk)
@target_battlers = [target]
@animation1_id = sk.animation1_id
@animation2_id = sk.animation2_id
return
elsif @active_battler.state?(41)
list = [16,17,18]
sk = $data_skills[list[rand(list.size)]]
if sk == $data_skills(18)
@target_battlers = $game_troop.enemies
for target in @target_battlers
target.skill_effect(@active_battler, sk)
end
else
target = $game_troop.random_target_enemy
target.skill_effect(@active_battler,sk)
@target_battlers = [target]
end
@animation1_id = sk.animation1_id
@animation2_id = sk.animation2_id
return
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |