• 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 ItemAttribute is broken. 0.3.6

sawex

Premium User
Premium User
Joined
Jan 31, 2009
Messages
43
Reaction score
6
I found some weird problem.
If I will create few items with script using getItemAttribute(item.uid, "exhaust"), setItemAttribute(item.uid, "exhaust", os.time()) functions attribute value will be blocked when I am using this function, push the same value for a while. (Changing when I am reloading/using other scripts.). This problem does not exists when I am using get/set attribute in C++.

What can be a reason?
 
Back
Top