Xagul
deathzot.net
- Joined
- Jun 30, 2008
- Messages
- 1,295
- Solutions
- 3
- Reaction score
- 1,043
Hello, as the title says I am trying to use the doSetItemSpecialDescription function and Its giving me somewhat of a headache.
I am using TFS 0.3.6 pl 1 client version: 8.54
For some reason when I try to use doSetItemSpecialDescription in this situation:
Its throwing me an error saying

This worked in other versions of TFS but for some reason now on 0.3.6 pl 1 its acting like the function does not exist so I am wondering if there is any info on this?
I am using TFS 0.3.6 pl 1 client version: 8.54
For some reason when I try to use doSetItemSpecialDescription in this situation:
Code:
heart = doPlayerAddItem(cid, 2353, 1)
doSetItemSpecialDescription(heart, "Test.")
Its throwing me an error saying

This worked in other versions of TFS but for some reason now on 0.3.6 pl 1 its acting like the function does not exist so I am wondering if there is any info on this?