So i put like this?
local config = {
storage = 21100,
delay = 5 * 60 * 1000,
teleportPos = {x = 984, y = 431, z = 8},
teleportMsg = "You have been standing still staring too long."
}
local function scheduleTeleport(cid)
if isPlayer(cid) then
setPlayerStorageValue(cid, config.storage...