mirricraft-skript/mirricraft-lobby-tunnel.sk
2020-10-22 16:47:41 +03:00

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.6
on region exit:
wait 1 tick
if "%event-region%" contains "lobby_tunnel_":
set the player's walk speed to 0.2