- 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?
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?