OTcreator
Well-Known Member
- Joined
- Feb 14, 2022
- Messages
- 495
- Solutions
- 1
- Reaction score
- 56
Hello!
I noticed , in TFS 1.4.2 using this call:
Everything works fine. But when we change the code to the new style, it doesn't work. What could be wrong?
I noticed , in TFS 1.4.2 using this call:
LUA:
doRemoveCondition(cid, CONDITION_ATTRIBUTES, 157)
Everything works fine. But when we change the code to the new style, it doesn't work. What could be wrong?
LUA:
player:removeCondition(CONDITION_ATTRIBUTES, 157)