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

TFS 1.X+ Quest item with Action ID and Desription.

OTcreator

Active Member
Joined
Feb 14, 2022
Messages
425
Solutions
1
Reaction score
44
Hello!
I used TFS 1.4.2.
I try write script quest with action id and desription.
I try use this:

Lua:
local key = player:addItem(2088,1):setActionId(2088)
if key then
key:setAttribute(ITEM_ATTRIBUTE_DESCRIPTION, "TEST DESC")

But this not working. Added action ID, but not desription.
 
Can do that in the mapeditor aswell.
I dont think people even using rme for quests anymore
Post automatically merged:

Thanks for this, I was looking for it... RME doesn't work and doesn't add description. kkkkkkkkk

What u mean it doesnt add description in rme?
 
Back
Top