Your problem is that in function doSetItemSpecialDescription you are taking "cid" as the target.
function onTimer()
doCreateItem(1455, 1, {x = 1924, y = 2795, z = 11})
local ourStatue = getTileItemById({x = 1924, y = 2795, z = 11}, 1455) -- here we get item that was created above
if...