2025-02-26 13:42:34 +01:00

5 lines
127 B
Lua

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