Update
This commit is contained in:
parent
bece18a6dc
commit
c679da3b4e
@ -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"
|
Loading…
Reference in New Issue
Block a user