Author Topic: JVS doors  (Read 1471 times)

Okay now i need help on how to make it so a door doesn't shut unless you click it again
« Last Edit: July 14, 2011, 03:16:42 PM by Saiytex »

You disable the event that has "contentStop" on the end of the garage door events. (All 3 doors.)
Then on the lever you put "OnContentStopped, NAMED BRICK (whatever), contentStop"
Simple.

You disable the event that has "contentStop" on the end of the garage door events. (All 3 doors.)
Then on the lever you put "OnContentStopped, NAMED BRICK (whatever), contentStop"
Simple.
That doesnt make any sense and theres a better way

hey are you getting on blockland today? i could show you on my server or any server with jvs

p.s. use toggleventenabled

I'm hostin a server right now... and a direct answer would be nice
« Last Edit: July 14, 2011, 02:24:59 PM by Saiytex »

Anyone have an answer?

You disable the event that has "contentStop" on the end of the garage door events. (All 3 doors.)
Then on the lever you put "OnContentStopped, NAMED BRICK (whatever), contentStop"
Simple.

You disable the event that has "contentStop" on the end of the garage door events. (All 3 doors.)
Then on the lever you put "OnContentStopped, NAMED BRICK (whatever), contentStop"
Simple.

Ya thanks Koopa I just thought dragon knew more... for some random reason but thanks

OKay now how would i make it so a door doesnt shut unless u click it again ...

Btw i know how to event and crap but toggle event enabled is kinda confusing for me

OKay now how would i make it so a door doesnt shut unless u click it again ...

You disable the event that has "contentStop" on the end of the garage door events. (All 3 doors.)
Then on the lever you put "OnContentStopped, NAMED BRICK (whatever), contentStop"
Simple.

Don't use toggle event enabled, just use onContentStarted and onContentStopped

That was for a garage... to open and close on a lever... no ho do i make it so a door dosnt shut unless u shut it... doors dont shut themselves...

Don't use toggle event enabled, just use onContentStarted and onContentStopped
Yep. Just remove the
3000 onContentStarted -> self -> ContentStop

Yep. Just remove the
3000 onContentStarted -> self -> ContentStop
And replace it with
onActivate -> self -> ToggleeventEnabled -> (All events except this one, and respawn events.)
(Disabled) onActivate -> self -> contentStop
Also, disable all the events that involve content starts.


You disable the event that has "contentStop" on the end of the garage door events. (All 3 doors.)
Then on the lever you put "OnContentStopped, NAMED BRICK (whatever), contentStop"
Simple.