04-12-2009, 11:20 PM
Ok, got it, but to change the file of the enemy battler pictures is on :
if TURN_USE_PICTURES_ENEMIES and
RPG::Cache.turn(@battlers_queue[i].name)!=RPG::Cache.turn("")
self.contents.stretch_blt(dest, RPG::Cache.turn(@battlers_queue[i].name), src)
Is that correct? If so, how would I make it point to the same name as the enemy battler picture name instead of the enemy name?
if TURN_USE_PICTURES_ENEMIES and
RPG::Cache.turn(@battlers_queue[i].name)!=RPG::Cache.turn("")
self.contents.stretch_blt(dest, RPG::Cache.turn(@battlers_queue[i].name), src)
Is that correct? If so, how would I make it point to the same name as the enemy battler picture name instead of the enemy name?
My partner in crime = TREXRELL