Update
This commit is contained in:
@@ -0,0 +1,10 @@
|
|||||||
|
# --- Lobby Tunnel ---
|
||||||
|
on region enter:
|
||||||
|
wait 1 tick
|
||||||
|
if "%event-region%" contains "_portal_to_lobby":
|
||||||
|
connect player to "lobby"
|
||||||
|
|
||||||
|
on region exit:
|
||||||
|
wait 1 tick
|
||||||
|
if "%event-region%" contains "_portal_to_lobby":
|
||||||
|
connect player to "lobby"
|
||||||
Reference in New Issue
Block a user