error: HasMagicEffect called with invalid Magic Effect stack:
[ (00000014)].Actor.HasMagicEffect() - "
[alias ALIAS_GETPLAYER on quest MyQuest01 (25000D62)].MyScript01.OnUpdate() - "MyScript01.psc"
That error refers to this line of code:
if (Game.GetPlayer().HasMagicEffect(RestedWellSkillEffect))
Now, If i change the quest and script to extend Quest, it works fine.
Could someone explain this to me please?
.
