![]() |
Close/Open door - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: Close/Open door (/Thread-Close-Open-door) |
Close/Open door - an0n!m0use - 11-15-2015 11:46 PM Hi, i have some problem with my script ... I have locked door PHP Code: [ITEMDEF i_door_locked] And NPC with triggers: PHP Code: On=@EnvironChange P.S - REGION.TAGLIST = TAG.door_uid=01 Why not working ? ![]() RE: Close/Open door - azmanomer - 11-16-2015 08:26 AM did you check the tag? are they match with door uid? why are you moving doors? just use "dclick <ref1>" RE: Close/Open door - Coruja - 11-16-2015 10:47 AM you must your door UID on TAG.door_id instead set a random "1" just to fill the tag if you use this: Code: TAG.door_uid = 01 RE: Close/Open door - an0n!m0use - 11-17-2015 05:54 AM (11-16-2015 08:26 AM)azmanomer Wrote: did you check the tag? are they match with door uid? why are you moving doors? just use "dclick <ref1>"Thx for help! And for the advice about "dclick <ref1>" (11-16-2015 10:47 AM)Coruja Wrote: So if your door UID is 123456, you must set TAG.door_uid=123456Thx man ![]() |