Okay, let me teach you..
getCreaturePosition(cid) will return a TABLE, and inside that table is x, y, z, stackpos.
you can't just call a table and expect it to output the information the way you want it.
Secondly, there is no need to use an addEvent, addEvents are to add delays on the...