uh, this is only good for numeric values
my attempt at backwards compatibility
function doSendAnimatedText(pos, text, color, cid)
if tonumber(text) then
text = tonumber(text)
if cid and isPlayer(cid) then
doPlayerSendTextMessage(cid, MESSAGE_EXPERIENCE_OTHERS, '', text, color, pos)...