08-27-2012, 11:41 AM
You'll have to call the character bitmap, then divide their width and height by 4.
Code:
bitmap = RPG::Cache.character(name, hue)
width = bitmap.width / 4
height = bitmap.height / 4