Update
This commit is contained in:
parent
182d6606f0
commit
bece18a6dc
@ -2,9 +2,11 @@
|
|||||||
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
|
||||||
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
|
||||||
connect player to "lobby"
|
connect player to "lobby"
|
Loading…
Reference in New Issue
Block a user