ricoarma 5 Posted November 12, 2017 Hello everyone, I would need help on the module open / close the doors. In Eden, I place the module, 50m radius, doors closed, then activates with a Trigger but nothing happens. Would I have forgotten something? Help please! Share this post Link to post Share on other sites
Safkon 2 Posted April 29, 2018 You must synchronize module and trigger. Set module to "Open". If u want open/close your own doors/gates, use trigger with commands:OnAct.: myGate animate ["Door_1_rot", 1]; OnDeact.: myGate animate ["Door_1_rot", 0]; myGate - name of your gate\door Share this post Link to post Share on other sites
ricoarma 5 Posted May 2, 2018 thanks for the reply ;) Share this post Link to post Share on other sites
leebas 38 Posted December 10, 2018 You can also use the edit terrain module and select which doors can be opened, closed or locked. 1 Share this post Link to post Share on other sites