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

setITemSpecialDescription

Doggynub

LUA / C++
Joined
Sep 28, 2008
Messages
2,541
Reaction score
186
Where is the implementation of that function? can find in lib folder nor in sources?!
 
it's in lib :p
Lua:
function doSetItemSpecialDescription(uid, str)
	return doItemSetAttribute(uid, "description", str)
end
 
Back
Top