ID:1975408
 
(See the best response by LordAndrew.)
Hello. I'm working on clothes overlays, and I figure that I have two ways of doing this, having the right size icon and place as the characters (as well as states to match different character's build), or to be able to call the icon to be at a user's position where the coordinate will be best for the respective clothes. i.e. shirt's_location=Man_icon.x=5;Man_icon.y=15;Man_icon.z=0 Or something like that. I know there should be an option, yet I'm not sure what it is.
Best response
It sounds like you want pixel_x and pixel_y, which allow you to offset objects visually.
It is, thanks!