Author Topic: How do you limit access to your door?  (Read 829 times)

So, how do you make it so that the door only opens to YOU?

If you want to restrict Legacy doors, erase all the events and create these:
Code: [Select]
0. onActivate > Self > VCE_RetroCheck > [ifPlayerID] [==] [YourIDHere] [1 1]
1. onVariableTrue > Self > door > toggle

If you want to restrict JVS content doors, modify the first line to:
Code: [Select]
onActivate > Self > contentStart > [TrustLevel3] [CW] []
Brackets are only supposed to represent boxes in this post. Do not add those in-game.

Legacy doors
JVS content doors

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.

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.
Legacy doors are what the JVS doors become if you have the default doors enabled. They use different events.

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.