06-12-2010, 03:54 PM
Hey again it's me :O
First, I use a analyse script and I use the CTB by Charlie Fleed.
Now in the CTB there is the feature that Enemy HP Bars are shown if an enemy is killed.
for enemy in $game_troop.enemies
if $game_system.killed_enemies_ids.include?(enemy.id)
enemy.show_hp_bar=true
end
Now I tried to show the HP Bars when the skill Analyse is used. How could I do this? Please help^^
First, I use a analyse script and I use the CTB by Charlie Fleed.
Now in the CTB there is the feature that Enemy HP Bars are shown if an enemy is killed.
for enemy in $game_troop.enemies
if $game_system.killed_enemies_ids.include?(enemy.id)
enemy.show_hp_bar=true
end
Now I tried to show the HP Bars when the skill Analyse is used. How could I do this? Please help^^