For my mod, I'm trying to calculate the casting time of a scroll. Simply calling theScroll.GetCastTime() returns zero, presumably because the actual cast time is not set explicitly in the CK form but is auto-calculated based on the magic effects that make up the scroll? Is there a way to calculate the casting time or should GetCastTime() also work for auto-calculated scrolls?