ID:2568861
 
Applies to:DM Language
Status: Open

Issue hasn't been assigned a status value.
I was thinking about the way to do logic that is similar to how smart sprites work in doom, and i figured that plane masters that use specific screen_loc can do the job, however, they can't.

So i figured to request plane_master logic to be changed to only do it's thing on the screen loc it is in, or at least, be able to switch between modes to not harm backwards compatibility.

Is this possible to implement?
Not finding much information at a quick search on "smart sprites", what exactly are you aiming for?
In byond project, i was aiming to change certain atoms icon direction relative to their position on client's screen, so they're always facing the player sort of speak.
It's possible to do this without plane master, but only for single player game. Couldn't think of other ways to achieve it.
Check out override /image objects. Per-player atom changes are generally done with images.