10 lines
274 B
Plaintext
10 lines
274 B
Plaintext
# --- Lobby Tunnel ---
|
|
on region enter:
|
|
wait 1 tick
|
|
if "%event-region%" contains "lobby_tunnel_":
|
|
set the player's walk speed to 0.4
|
|
|
|
on region exit:
|
|
wait 1 tick
|
|
if "%event-region%" contains "lobby_tunnel_":
|
|
set the player's walk speed to 0.2 |