mirricraft-skript/mirricraft-lobby-tunnel.sk
Christer Warén 2520dccabd Changed
2020-10-22 16:46:50 +03:00

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