uLow 2 Report post Posted June 7, 2017 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