Blockland Forums > Help
How do you limit access to your door?
Pages: (1/1)
BlockoBlocko:
So, how do you make it so that the door only opens to YOU?
JPSC:
If you want to restrict Legacy doors, erase all the events and create these:
--- Code: ---0. onActivate > Self > VCE_RetroCheck > [ifPlayerID] [==] [YourIDHere] [1 1]
1. onVariableTrue > Self > door > toggle
--- End code ---
If you want to restrict JVS content doors, modify the first line to:
--- Code: ---onActivate > Self > contentStart > [TrustLevel3] [CW] []
--- End code ---
Brackets are only supposed to represent boxes in this post. Do not add those in-game.
Greek2me:
--- Quote from: JPSC on January 16, 2013, 09:44:05 AM ---Legacy doors
JVS content doors
--- End quote ---
Legacy doors are JVS doors. The new doors are BLB doors. Sorry, just trying to clear up any confusion for people reading this in the future.
Teneksi:
--- Quote from: Greek2me on January 16, 2013, 09:25:41 PM ---Legacy doors are JVS doors. The new doors are BLB doors. Sorry, just trying to clear up any confusion for people reading this in the future.
--- End quote ---
Legacy doors are what the JVS doors become if you have the default doors enabled. They use different events.
Teneksi:
I think if you disable the blb doors and support_legacy, they remain the JVS doors and use their old events.
Events for if a player gets stuck and others seem to no longer exist with legacy.
Pages: (1/1)