First commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
function onStepIn(creature, item, position, fromPosition)
|
||||
item:transform(430, 1)
|
||||
item:decay()
|
||||
Game.transformItemOnMap({x = 32915, y = 32079, z = 5}, 2114, 2113)
|
||||
end
|
||||
|
||||
function onStepOut(creature, item, position, fromPosition)
|
||||
item:transform(431, 1)
|
||||
item:decay()
|
||||
Game.transformItemOnMap({x = 32915, y = 32079, z = 5}, 2113, 2114)
|
||||
end
|
||||
Reference in New Issue
Block a user