diff --git a/mirricraft-lobby-tunnel.sk b/mirricraft-lobby-tunnel.sk new file mode 100644 index 0000000..4bcde17 --- /dev/null +++ b/mirricraft-lobby-tunnel.sk @@ -0,0 +1,10 @@ +# --- 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 \ No newline at end of file