Update
This commit is contained in:
		@@ -1,12 +1,12 @@
 | 
				
			|||||||
# --- Lobby Tunnel ---
 | 
					# --- Portals ---
 | 
				
			||||||
on region enter:
 | 
					on region enter:
 | 
				
			||||||
    wait 1 tick
 | 
					    wait 1 tick
 | 
				
			||||||
    if "%event-region%" contains "_portal_to_lobby":
 | 
					    if "%event-region%" contains "_portal_to_lobby":
 | 
				
			||||||
        wait 40 tick
 | 
					        teleport player to world "%player's world%"
 | 
				
			||||||
        connect player to "lobby"
 | 
					        connect player to "lobby"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
on region exit:
 | 
					on region exit:
 | 
				
			||||||
    wait 1 tick
 | 
					    wait 1 tick
 | 
				
			||||||
    if "%event-region%" contains "_portal_to_lobby":
 | 
					    if "%event-region%" contains "_portal_to_lobby":
 | 
				
			||||||
        wait 40 tick
 | 
					        teleport player to world "%player's world%"
 | 
				
			||||||
        connect player to "lobby"
 | 
					        connect player to "lobby"
 | 
				
			||||||
		Reference in New Issue
	
	Block a user