From 6278cfbdb87e17d744eb257c14c57153a0325a36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Thu, 22 Oct 2020 16:43:20 +0300 Subject: [PATCH] Added Lobby Tunnel --- mirricraft-lobby-tunnel.sk | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 mirricraft-lobby-tunnel.sk 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