In one of the scripts I have it has a draw_actor_graphic(actor, 24, 96)
is there a way to instead of drawing an actors graphic it does what this does
bitmap = RPG::Cache.character("#{actor.character_name}_face", hue)
it makes a picture with the acotrs name _face.png in the character folder?
thanks in advance
is there a way to instead of drawing an actors graphic it does what this does
bitmap = RPG::Cache.character("#{actor.character_name}_face", hue)
it makes a picture with the acotrs name _face.png in the character folder?
thanks in advance