• 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!

Lua Very quick question.

x1nject

New Member
Joined
Apr 24, 2010
Messages
118
Reaction score
0
Hey this is a quick question im making a npc give out a item, lets just say a random ID of 1000.
I dont want the NPC or anything i just want to know the function to give the item a special description. for the specific item so if they did have another item of id 1000. it wont affect that just one the the NPC gave it. I know to use:

PHP:
doPlayerAddItem(cid, 1000, 1)

but i dont know the command to add special description to that specific item that they just got. Can someone tell me the function and a brief explanation on how to use it. Thanks
 
Back
Top