• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

GetItemDesc Function?

Serp

/* No comment */
Joined
Mar 23, 2008
Messages
249
Reaction score
1
I was wondering if its possible to make a function
That can read an item Desc.

Small example of how it could be used
PHP:
function onUse(cid, item, fromPosition, itemEx, toPosition)
Msg = getItemDesc(itemEx)
	if itemEx.itemid == 3333 then
		doPlayerSendTextMessage(cid,MESSAGE_INFO_DESCR, msg)
	end
end
^ PURELY AN EXAMPLE ^

If it is possible anyone have an idea of how to make it?

Any help appreciated. i think this would be a useful function :p
Im sure other people would use it. and make some intresting scripts from it
 
Back
Top