Author Topic: Whats the events for a door?  (Read 719 times)

Because this JVS crap won't work for me.

Mind explaining why it won't work?
or like what's wrong with it?
We might be able to help.

Open Door events
OnActivate > open > disappear > 0
OnActivate > closed > disappear > -1

Closed Door events
OnActivate > open > disappear > -1
OnActivate > closed > disappear > 0

Open Door events
OnActivate > open > disappear > 0
OnActivate > closed > disappear > -1

Closed Door events
OnActivate > open > disappear > -1
OnActivate > closed > disappear > 0

No, use one of the two versions depending on what kind of door you use.
DoorOpen Version
0 OnActivate>Self>DoorOpen
2000 OnDoorOpen>Self>DoorClose

ContentStart Version
0 OnActivate>Self>ContentStart
2000 OnContentStart>ContentStop

Or, if you like using simple bricks that appear and disappear
OnActivate>self>Disappear>2

No, use one of the two versions depending on what kind of door you use.
DoorOpen Version
0 OnActivate>Self>DoorOpen
2000 OnDoorOpen>Self>DoorClose

ContentStart Version
0 OnActivate>Self>ContentStart
2000 OnContentStart>ContentStop

JVS won't work for me.

Because this JVS crap won't work for me.

The problem may simply be that you're using DoorOpen for door bricks that require ContentStart or vice versa

The problem may simply be that you're using DoorOpen for door bricks that require ContentStart or vice versa
If you have both DoorOpen and ContentStart events in your list then that would be a problem itself.