JVS Lock Switch?

Author Topic: JVS Lock Switch?  (Read 667 times)

How would I make it so when I activate a button, the targeted door will not open to anyone unless they activate the turn off switch with a password.

How would I make it so when I activate a button, the targeted door will not open to anyone unless they activate the turn off switch with a password.
Also I Want it to have you put in a password to have the targeted door not open like it said.

ToggleEventEnabled on a named brick.

There is a password event addon somewhere. Look in RTB.

So, if you got the addon, you would add a line similar to

onActivate > setpassword > xxxx (I don't think it's onActivate)

xxxx being the password.

Then, add another line like

onPassword > xxxx > opendoor

Something like that. You would enter the password in chat.

If you want a simple way to do it, toggle a ray casting event on a brick in-front of the door...