Difference between revisions of "GetDuration - ActiveMagicEffect"
Jump to navigation
Jump to search
m
GetDuration - ActiveMagicEffect (edit)
Revision as of 10:11, 12 October 2014
, 10:11, 12 October 2014no edit summary
imported>Wafflesalot (Added missing SKSE category.) |
imported>Terra Nova2 m |
||
Line 17: | Line 17: | ||
<source lang="papyrus"> | <source lang="papyrus"> | ||
Duration = Poison.GetDuration() | Float Duration = Poison.GetDuration() | ||
Debug.Trace("The Poison will last " + Duration) | Debug.Trace("The Poison will last " + Duration) | ||