Hey,
Try Mine one. :)
Globalevents - Scripts - Tiles.lua
local config = {
positions = {
["Text Here"] = { x = 1000, y = 1000, z = 7 },
},
effects = {
CONDITION_PARAM_DELAYED
}
}
function onThink(cid, interval, lastExecution)
for text, pos in pairs(config.positions)...