uLow

Lock and Close Door same time

1 post in this topic

I hope anyone can help me. I would like to have that the lock action on territorie doors lock & close the door at the same time.

I guess i know where i have to add the close action but i cant find it in my config.cpp

it seems to me that i have to add it here after action =

but wich command i have to add there?

 

Class Construction

class Lock : ExileAbstractAction
            {
                title = "Lock";
                condition = "((ExileClientInteractionObject getvariable ['ExileIsLocked',1]) isEqualTo 0)";
                action = "true spawn ExileClient_object_lock_toggle";
            };

Share this post


Link to post
Share on other sites
Advertisement

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

  • Recently Browsing   0 members

    No registered users viewing this page.