mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-04-30 17:49:20 +02:00
5 lines
127 B
Lua
5 lines
127 B
Lua
function onStepIn(creature, item, position, fromPosition)
|
|
local player = Player(creature)
|
|
player:setStorageValue(260, 0)
|
|
end
|