Author Topic: How do I keep any of the JVS doors open?  (Read 1051 times)

I want to make garage doors that will stay open until I hit the switch again. Right now when I hit the switch, the doors open, and then close. I don't want that. Any help would be great, or if you know of anything that will help.

Simple. Just remove the event line that initiates contentstop.

0 X onActivation -> nameofDoor -> contentStart -> bla -> bla
1 X onActivation -> nameofDoor -> toogleEventsEnabled -> 0 2
2 O onActivation -> nameofDoor -> contentStop -> bla

That should be right.

Edit: and clear all the events in the other door also.

I tried and it did not work. @Planr

Its pretty simple, I forgot how I did it, but I just removed one of the events that made it content stop...
Simple. Just remove the event line that initiates contentstop.
There you go.

Its pretty simple, I forgot how I did it, but I just removed one of the events that made it content stop...There you go.
On the door the only oncontentstop, is the ones that sets the sound for the door.

None of these are working.

« Last Edit: July 16, 2012, 03:33:47 PM by dillweed65 »

Remove the line that says [3000] onContentStart -> Self -> ContentStop



mine works too :c

If you do it right

name door: <name here>

CLEAR EVENTS ON LEVER.



<O<> toggle event 01>   Onactivate_namedbrick_content start_(output junk)

<O<> toggle event 02>   Onactivate_namedbirck_setcoll iding_(output junk)

<O<> toggle event 03>   Onactivate_namedbirck_setrayc asting_(output junk)

<O<check> toggle event 04>   Onactivate_self_contentstop_(output junk)

<O<check> toggle event 05>   Onactivate_namedbirck_setcoll iding_(output junk)

<O<check> toggle event 06>   Onactivate_namedbirck_setrayc asting_(output junk)

<O<check> toggle event 07>   Onactivate_self_playsound_<garagedoor>

<O<check> toggle event 08>   Onactivate_self_toggleeventen abled_<4 5 6>

That should work.

My method wins.