Author Topic: I need help with JVS events  (Read 624 times)

I made a door triggered by a JVS button. It works, but there is one problem.
I want to make the button unclickable while the doors are opening and closing (7 seconds). I tried turning off ray casting and collision while the doors are opening, but I can somehow still click it.

Add a delay to the
onContentStarted Self contentStop
event

I don't have those events.

onactivate>self>door>toggle
ondooropen>self>setraycasting>off
ondoorclose>self>setraycasting>on

I don't have those events.
Then disable the crappy crap legacy doors thing.

You shouldn't be able to activate the button if its ray casting is disabled.  You most likely did an event wrong.

Do Zeblote's suggestion.