• 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 Get getSpecialAttribute on all items

beenii

Well-Known Member
Joined
Jul 26, 2010
Messages
580
Solutions
1
Reaction score
57
Hi
Is it possible to consult the special attributes in all the items?
Depot, Players, Houses, Tiles Etc.

I USE TFS 1.2

I want to transform items with a certain attribute.

Example:

If Allitems(itemid):getSpecialAttribute <= 12345 then
transformto()
end

to place it in a globalevent
 
Back
Top