2019-01-16 17:16:38 -05:00

5 lines
127 B
Lua

function onStepIn(creature, item, position, fromPosition)
local player = Player(creature)
player:setStorageValue(260, 0)
end