16 lines
		
	
	
		
			235 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			235 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
function onStepIn(creature, item, position, fromPosition)
 | 
						|
	
 | 
						|
end
 | 
						|
 | 
						|
function onStepOut(creature, item, position, fromPosition)
 | 
						|
	
 | 
						|
end
 | 
						|
 | 
						|
function onAddItem(item, tileitem, position)
 | 
						|
 | 
						|
end
 | 
						|
 | 
						|
function onRemoveItem(item, tileitem, position)
 | 
						|
 | 
						|
end
 |