Blockland Forums > Help
Whats the events for a door?
Lewdan:
Because this JVS crap won't work for me.
The Corporation:
Mind explaining why it won't work?
or like what's wrong with it?
We might be able to help.
brîckbðt:
Open Door events
OnActivate > open > disappear > 0
OnActivate > closed > disappear > -1
Closed Door events
OnActivate > open > disappear > -1
OnActivate > closed > disappear > 0
Kill All:
--- Quote from: brîckbðt on September 25, 2011, 01:05:40 PM ---Open Door events
OnActivate > open > disappear > 0
OnActivate > closed > disappear > -1
Closed Door events
OnActivate > open > disappear > -1
OnActivate > closed > disappear > 0
--- End quote ---
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
Chrono:
--- Quote from: Kill All on September 25, 2011, 01:21:17 PM ---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
--- End quote ---
--- Quote from: Lewdan on September 24, 2011, 05:37:09 PM --- JVS won't work for me.
--- End quote ---