mistahmikey
Active Member
Tried using <item>.Duration, but it always returns NULL for me (even after using <item>:Initialize). Is this a bug, or is there some other way I must do this?
After some further checking, the following item members also consistently return NULL for an equipped activateable charm:
Duration
CastingTime
RecastTime
RecoveryTime
The following members appear to be working:
IsReady
TimeUntilReady (although when IsReady is TRUE, this is set to -1)
IsActivatable
I was unable to find any members that return range information for an activatable item (exists for weapons only). Is this something that could be added?
After some further checking, the following item members also consistently return NULL for an equipped activateable charm:
Duration
CastingTime
RecastTime
RecoveryTime
The following members appear to be working:
IsReady
TimeUntilReady (although when IsReady is TRUE, this is set to -1)
IsActivatable
I was unable to find any members that return range information for an activatable item (exists for weapons only). Is this something that could be added?
Last edited: