8.6~:
local config = {
positions = {
["Example"] = { x = 975, y = 1283, z = 6 },
["Example2"] = { x = 975, y = 1283, z = 6 }
},
effects = {
CONDITION_PARAM_DELAYED
}
}
function onThink(cid, interval, lastExecution)
for text, pos in pairs(config.positions) do...