ID:169396
 
I want to move an icon for example 5 pixels left. How do i do that?
Look up: pixel_x

-Ryan
In response to Ry4n
Thanks. It doesn't seem to work with client.screen...
--edit--
OMG! It doesn't move the screen object but it moves the mob.
In response to CIB
Oh, you meant on the client's screen. Use screen_loc!

screen_loc = "x:a,y:b"

a = x offset
b = y offset

-Ryan



In response to Ry4n
That works. Thanks.