First commit
This commit is contained in:
		@@ -0,0 +1,12 @@
 | 
			
		||||
function onStepIn(creature, item, position, fromPosition)
 | 
			
		||||
	if creature:isPlayer() then 
 | 
			
		||||
		doRelocate(item:getPosition(),{x = 32369, y = 32241, z = 07})
 | 
			
		||||
		creature:getPlayer():setTown(Town("Thais"))
 | 
			
		||||
		Game.sendMagicEffect({x = 32369, y = 32241, z = 07}, 13)
 | 
			
		||||
	end
 | 
			
		||||
end
 | 
			
		||||
 | 
			
		||||
function onAddItem(item, tileitem, position)
 | 
			
		||||
	doRelocate(item:getPosition(),{x = 32369, y = 32242, z = 06})
 | 
			
		||||
	Game.sendMagicEffect({x = 32369, y = 32242, z = 06}, 14)
 | 
			
		||||
end
 | 
			
		||||
		Reference in New Issue
	
	Block a user