mirricraft-skript/mirricraft-lobby-tunnel.sk

10 lines
274 B
Plaintext
Raw Normal View History

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:47:41 +00:00
set the player's walk speed to 0.6
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