Difference between revisions of "HasSpell - Actor"
Jump to navigation
Jump to search
appended Note and cross-reference to HasMagicEffect()
imported>Kahmul |
imported>Egocarib (appended Note and cross-reference to HasMagicEffect()) |
||
Line 23: | Line 23: | ||
endIf | endIf | ||
</source> | </source> | ||
== Notes == | |||
This function only detects whether the actor ''knows'' a spell. It will not detect if the actor is under the influence of a spell's effect. For detecting spells that have been cast on or otherwise applied to the actor, use [[HasMagicEffect_-_Actor | HasMagicEffect]]. | |||
== See Also == | == See Also == | ||
*[[Actor Script]] | *[[Actor Script]] |