darkcieran
Member
I'm looking to change a monster's battler graphic. I'm not transforming it, just change it, i tried using@data_enemies[1].battler_name, but it didn't work. any ideas or did i mess up somewhere?
It's not Enemy ID, it's enemy INDEX (the position of the enemy on the troop)MicKo":2ync0ko8 said:[ruby]$game_troop.enemies[enemy_id].battler_name = "battler name"
[/ruby]
Of course, change enemy_id and "battler name" to real values.
To bring it back to normal, do the same thing.