Blockland Forums > Help
How to make prop items activate doors?
Altiris:
Basically how would I make a JVS prop item like the switch or button to open another JVS door? Do I just copy everything from the JVS door to the button? I have the Support_Legacy doors on ad there are like 3 events now.
JPSC:
No, first you must name your door.
On the button's events, do not delete the events that are in it. Create the following events for the button:
--- Code: ---onContentStarted -> yourdoor -> contentStart
--- End code ---
Activating the button will open your door.
If you want to stop the people from opening the door without pressing the button, remove the first event in the door's events.
Blocki:
Step1: Delete ay ass stuff useless legacy doors
Step2: Do above post
Altiris:
Wow, thats simple, Thanks guys!
Altiris:
Wait, onContentStarted doesnt show up but I figured out another way.
Name the JVS door you want, then on the button you want to activate it add a new linder under and o
onActivate > NAMEDBRICK > door > Toggle (Or select Open/Closed if you want to make it so the button only opens it)