This commit is contained in:
Christer Warén 2020-10-28 01:01:44 +02:00
parent bece18a6dc
commit c679da3b4e

View File

@ -1,12 +1,12 @@
# --- Lobby Tunnel --- # --- Portals ---
on region enter: on region enter:
wait 1 tick wait 1 tick
if "%event-region%" contains "_portal_to_lobby": if "%event-region%" contains "_portal_to_lobby":
wait 40 tick teleport player to world "%player's world%"
connect player to "lobby" connect player to "lobby"
on region exit: on region exit:
wait 1 tick wait 1 tick
if "%event-region%" contains "_portal_to_lobby": if "%event-region%" contains "_portal_to_lobby":
wait 40 tick teleport player to world "%player's world%"
connect player to "lobby" connect player to "lobby"