Portals Update
This commit is contained in:
parent
c679da3b4e
commit
e01937542f
@ -4,9 +4,12 @@ on region enter:
|
||||
if "%event-region%" contains "_portal_to_lobby":
|
||||
teleport player to world "%player's world%"
|
||||
connect player to "lobby"
|
||||
|
||||
on region exit:
|
||||
wait 1 tick
|
||||
if "%event-region%" contains "_portal_to_lobby":
|
||||
if "%event-region%" contains "_portal_to_utopia":
|
||||
teleport player to world "%player's world%"
|
||||
connect player to "lobby"
|
||||
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":
|
||||
teleport player to world "%player's world%"
|
||||
connect player to "minigames"
|
Loading…
Reference in New Issue
Block a user