I do not make many scripts so i was wondering why this wasn't working. I am using TFS 8.7 Mystic Spirit.
function onStepIn(cid, item, frompos, item2, topos)
local dice = math.random(1, 5000)
local tile1 = {x=1090, y=744, z=7}
local tile2 = {x=1090, y=744, z=7}
local tile3 = {x=1090...