![]() |
Invisible item (except owner) - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: Invisible item (except owner) (/Thread-Invisible-item-except-owner) |
Invisible item (except owner) - fabiohvp - 07-30-2018 10:29 AM Is there a way to make an item invisible to others except the owner? I want to make something like a landmine, the player who put it can see but the others can't. RE: Invisible item (except owner) - darksun84 - 07-30-2018 06:18 PM 30-05-2015, XuN - Added: TAG.SeenBy_uid for items with attr_invis allow these items to be seen by characters with the given uid, ie: tag.SeenBy_015af=1 will allow player with uid 015af to see this item, usefull for traps/quest items/etc. RE: Invisible item (except owner) - fabiohvp - 07-31-2018 12:29 PM Searched the entire wiki and forum for this and could not find a single reference, did not think of searching at the change log. Thank you. |