ID:270301
 
How do you use them ive serached the fourms but came up empty handed.
Like any other variable.

mob
verb
Pixel_x()
src.pixel_x ++


Do note that there are limits on pixel_x and pixel_y (they range from -127 to 127).
In response to DeathAwaitsU
Visit the DM Reference link to the left and search for the pixel_x or pixel_y references for more details.
In response to DeathAwaitsU
ok then how would i use pixel_y or pixel_x to add a icon above a icon i had posted recently on the fourms about makeing a icon above a icon and thay said to use pixel_y or X would there be a easyer way? the DM Ref realy didnt help
In response to Engraved Gaming
To have an icon appear directly above another, you'd have to shift it 32 pixels up by using pixel_y. You'd probably want to add the icon as an overlay (after having adjusted the pixel offset first).