Is it possible to make icon visible only for the owner and that other players wuld not see that icon. Ty
|
Another method could be to create a class of objects that are visible only to certain users.
invisiobj This is a clear example of where it would be nice for BYOND to have strict accessor and mutator methods for directly-changing variables. Alas, it doesn't, so this is the closest I can get that is also fairly general. Just make sure to use Move() to move the object. |
LaNuiit wrote:
Is it possible to make icon visible only for the owner and that other players wuld not see that icon. Ty You could use the Overlays library. You can attach an overlay to a mob and make only that mob able to see it: mob |
You can also use: