I need to move the pixel offsets in a differant direaction.
Like if I face north I need the pixel offset ot be pixel_y=-32 and If I face east pixel_x=-32 and wes is pixel_x=32 and north should be pixel_y=32. Please Help me with this!!!
Copyright © 2025 BYOND Software.
All rights reserved.
You can't make them direction-dependent, but you can make a proc to deal with this.
Lummox JR