Added Lobby Tunnel
This commit is contained in:
		
							
								
								
									
										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
 | 
			
		||||
		Reference in New Issue
	
	Block a user