6 lines
		
	
	
		
			223 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			223 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
function onStepIn(creature, item, position, fromPosition)
 | 
						|
	if creature:isPlayer() and Game.isItemThere({x = 32266, y = 31916, z = 12}, 394) then 
 | 
						|
		Game.transformItemOnMap({x = 32266, y = 31916, z = 12}, 394, 372)
 | 
						|
	end
 | 
						|
end
 |