7 lines
		
	
	
		
			184 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			184 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
function onStepIn(creature, item, position, fromPosition)
 | 
						|
	if creature:isPlayer() then 
 | 
						|
		creature:getPlayer():setStorageValue(277,1)
 | 
						|
		item:getPosition():sendMagicEffect(13)
 | 
						|
	end
 | 
						|
end
 |