Update
This commit is contained in:
parent
95320ed0bd
commit
182d6606f0
10
mirricraft-portals.sk
Normal file
10
mirricraft-portals.sk
Normal file
@ -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"
|
Loading…
Reference in New Issue
Block a user