local t = {
["thais"] = {pos = {x = 581, y = 446, z = 7}, storage = 1337, time = 120},
["venore"] = {pos = {x = 834, y = 420, z = 7}, storage = 1337, time = 120},
}
function onTextEdit(cid, item, newText)
newText = newText:lower()
if item.itemid == 1952 then
if...