if thing.itemid == xxxx then
if thing.uid == xxxx then
if thing.actionid == xxxx then
Code:function onLook(cid, thing, position, lookDistance) local item = getItemInfo(thing.itemid) if not item then return true end if item.readable then if item.uid == XXXX then doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Message here!") end end return true end
getItemInfo doesn't return uid
pwnd again? =/