• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Solved Door

Start with right clicking on the level door and select "properties".
This window will popup then in the action field you will put in 1001 - 1999 or even higher (1999 = level 999+ can enter, 1001 = level 1+ can enter)

ex:
If I put in 1050 that means level 50+ can enter this door.

- - - Updated - - -

Or you could use a script and put in the levels you desire:

Script [CLICK ME!]
 
testpng.png


test2png.png


You can also edit the maximum door level in config.lua

Code:
maximumDoorLevel = 999
 
Back
Top