![]() |
AutoOpenDoor Macro and @UserExtCmd - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: AutoOpenDoor Macro and @UserExtCmd (/Thread-AutoOpenDoor-Macro-and-UserExtCmd) |
AutoOpenDoor Macro and @UserExtCmd - Rizz - 04-23-2013 10:02 AM I have a problem with a door script. The door has a tag that allows his owner to teleport onto blocking the door opening (everything under @dclick). Unfortunally, Razor macro can open the door. Searching on wiki i found this page: http://wiki.sphere.torfo.org/index.php/@UserExtCmd How to use? I need to block the door opening action but i can't change the type or lock the door. Or is there any packet? RE: AutoOpenDoor Macro and @UserExtCmd - Gil Amarth - 04-23-2013 04:16 PM Try to put this trigger in your players event: ON=@UserExtCmd IF (<ARGN1> == 058) RETURN 1 ENDIF |