06-12-2010, 08:19 PM
Yes. The lines are broken in a bad way. You can try something like this:
enemies = $game_troop.enemies
actor = $scene.active_battler
action_t = actor.current_action.target_index
target = enemies[action_t]
target.show_hp_bar = true
enemies = $game_troop.enemies
actor = $scene.active_battler
action_t = actor.current_action.target_index
target = enemies[action_t]
target.show_hp_bar = true