![]() |
Tag.NoMoveTill - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: Tag.NoMoveTill (/Thread-Tag-NoMoveTill) |
Tag.NoMoveTill - PePs1Man - 07-15-2017 09:11 AM Hello, Just a quick question. I use tag.nomovetill on NPC but the tag does not gets deleted when it gets over > serv.time This might be intended ? Shouldn't it go away when lower than serv.time ? Just wondering... RE: Tag.NoMoveTill - darksun84 - 07-20-2017 12:12 AM I think it needs to be cleared manually. RE: Tag.NoMoveTill - Coruja - 07-27-2017 12:32 PM TAG.NoMoveTill is just a tag like any other, so it must be cleared manually if you just use this tag in a few NPCs it won't cause any drawbacks if you just leave the tag set. Or you can also use TIMERF to clear it, something like this: Code: TAG.NoMoveTill=<eval <SERV.TIME>+9999999> |