2020-10-27 23:01:44 +00:00
|
|
|
# --- Portals ---
|
2020-10-27 22:55:56 +00:00
|
|
|
on region enter:
|
|
|
|
wait 1 tick
|
|
|
|
if "%event-region%" contains "_portal_to_lobby":
|
2020-10-27 23:01:44 +00:00
|
|
|
teleport player to world "%player's world%"
|
2020-10-27 22:55:56 +00:00
|
|
|
connect player to "lobby"
|
2020-10-27 23:06:10 +00:00
|
|
|
if "%event-region%" contains "_portal_to_utopia":
|
|
|
|
teleport player to world "%player's world%"
|
|
|
|
connect player to "utopia"
|
|
|
|
if "%event-region%" contains "_portal_to_skyblock":
|
|
|
|
teleport player to world "%player's world%"
|
|
|
|
connect player to "skyblock"
|
|
|
|
if "%event-region%" contains "_portal_to_minigames":
|
2020-10-27 23:01:44 +00:00
|
|
|
teleport player to world "%player's world%"
|
2020-10-27 23:06:10 +00:00
|
|
|
connect player to "minigames"
|