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