Added Lobby Tunnel

This commit is contained in:
Christer Warén 2020-10-22 16:43:20 +03:00
parent 4cc248f5d2
commit 6278cfbdb8

View 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