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

Create Letter With Text Indelible

beenii

Well-Known Member
Joined
Jul 26, 2010
Messages
580
Solutions
1
Reaction score
57
SOLVED IN COMENT!


i have this:

local carta = doPlayerAddItem(cid, 2597, 1)
doSetItemText(carta, "TEXT TEXT TEXT TEXT")

as I can do?, to create a letter with text that cannot be changed
 
Last edited:
only change item Id to:

<item id="2598" article="a" name="stamped letter">
<attribute key="weight" value="30"/>
<attribute key="readable" value="1"/>
</item>
 
Back
Top