4 lines
		
	
	
		
			130 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			130 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
function onUse(player, item, fromPosition, target, toPosition)
 | 
						|
	player:teleportTo({x = 32508, y = 32176, z = 14})
 | 
						|
	return true
 | 
						|
end |