Jump to content

Recommended Posts

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

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

thanks for the reply ;)

Share this post


Link to post
Share on other sites

You can also use the edit terrain module and select which doors can be opened, closed or locked.

  • Like 1

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×