mirricraft-skript/mirricraft-lobby-tunnel.sk
Christer Warén 8411485ff2 Changed
2020-10-22 16:49:45 +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.4
on region exit:
wait 1 tick
if "%event-region%" contains "lobby_tunnel_":
set the player's walk speed to 0.2