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

Description on TFS 0.3.6

Nandonalt

New Member
Joined
Aug 4, 2008
Messages
29
Reaction score
0
I know that there is a new function for setting items attributes:
Code:
doSetItemAttribute(uid, attribute, value)

But i want to change an item's description and tried this:
Code:
[code]doSetItemAttribute(uid, "description", "Trade it with Stam in the port.")

But does not work, even with "doSetItemDescription" function...
 
Back
Top