2020-10-22 13:43:20 +00:00
|
|
|
# --- Lobby Tunnel ---
|
|
|
|
on region enter:
|
|
|
|
wait 1 tick
|
|
|
|
if "%event-region%" contains "lobby_tunnel_":
|
2020-10-22 13:49:45 +00:00
|
|
|
set the player's walk speed to 0.4
|
2020-10-22 13:43:20 +00:00
|
|
|
|
|
|
|
on region exit:
|
|
|
|
wait 1 tick
|
|
|
|
if "%event-region%" contains "lobby_tunnel_":
|
|
|
|
set the player's walk speed to 0.2
|