Added Lobby Tunnel
This commit is contained in:
parent
4cc248f5d2
commit
6278cfbdb8
10
mirricraft-lobby-tunnel.sk
Normal file
10
mirricraft-lobby-tunnel.sk
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user