holy **** wow a reply to this!! Cheers! Thanks - im gonna check it out write now...
btw, should i just add this code 'actor_x = i * 160 + 4' to this code
Window_Base < Window
def draw_actor_face(actor, x, y)
bitmap = RPG::Cache.picture("Faces/" + actor.character_name)
self.contents.blt(x, y, bitmap, Rect.new(0,0,85,85))
end
end
and where in that script should i put the 2nd code you mentioned?? (Tank Yuu!) cheers again...blayz...:D:D
EDIT: darn! It keeps coming up with the error - (something like) undefined local variable or method 'i' for window battlestatus...
actor_x = i * 160 + 4
But i think i might have done something wrong, so if you have time you think you could help?...possibly? Cheers for the code though - very much appreciated!!