Difference between revisions of "OnEffectStart - ActiveMagicEffect"
Jump to navigation
Jump to search
no edit summary
imported>Rhavlovick m (1 revision: Clobber re-import by Henning) |
imported>Fg109 |
||
Line 21: | Line 21: | ||
endEvent | endEvent | ||
</source> | </source> | ||
== Notes == | |||
*If a magic effect is on an ability given to an actor, changing the actor's race will cause the effect to be re-applied, and this event is called again. | |||
*If a magic effect is on an enchantment on an actor's equipment, changing the actor's race will not cause the effect to be re-applied, and this event is not called again. | |||
== See Also == | == See Also == | ||
*[[ActiveMagicEffect Script]] | *[[ActiveMagicEffect Script]] | ||
*[[OnEffectFinish - ActiveMagicEffect]] | *[[OnEffectFinish - ActiveMagicEffect]] |