Difference between revisions of "Talk:GetMagnitude - ActiveMagicEffect"
Talk:GetMagnitude - ActiveMagicEffect (edit)
Revision as of 13:47, 12 October 2014
, 13:47, 12 October 2014no edit summary
imported>Terra Nova2 |
imported>Terra Nova2 |
||
Line 21: | Line 21: | ||
Well, I had tried something like | Well, I had tried something like | ||
<source lang="papyrus"> | |||
MagicEffect property myEffect auto | MagicEffect property myEffect auto | ||
Line 27: | Line 28: | ||
Debug.Trace("This magic effect has a strength value of" +Magnitude) | Debug.Trace("This magic effect has a strength value of" +Magnitude) | ||
EndEvent | EndEvent | ||
<source> | |||
And the compiler complained about the function not existing, so that's why I had to go with self. I was a bit confused by the Active '''Magic Effect''' part.--[[User:Terra Nova2|Terra Nova2]] ([[User talk:Terra Nova2|talk]]) 2014-10-12T14:46:35 (EDT) | And the compiler complained about the function not existing, so that's why I had to go with self. I was a bit confused by the Active '''Magic Effect''' part.--[[User:Terra Nova2|Terra Nova2]] ([[User talk:Terra Nova2|talk]]) 2014-10-12T14:46:35 (EDT) |