• 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 How to add more than 1 description to an item?

You need to put the old description in the argument of the function..
Like Darkhaos said:
doItemSetAttribute(item.uid, "description", getItemAttribute(item.uid, "description") .. "\n" .. newDescription)
 

Similar threads

  • Question Question
Replies
2
Views
147
Back
Top