help-me convert to tfs 1.0?
local config = {
time = 15, -- minutes
str = 98765, -- storage
pos = {x = 31373, y = 32780, z = 7} -- position
}
function onStepIn(creature, item, position, fromPosition)
local player = creature:getPlayer()
if not player or player:isInGhostMode()...