Difference between revisions of "CastImmediateOnSelf"
m
→Notes
imported>Quetzilla m |
imported>Galahaut m (→Notes) |
||
Line 13: | Line 13: | ||
=='''Notes'''== | =='''Notes'''== | ||
In practice this will be often be used similarly to adding an ability (something that you want to effect the actor, but that you don't want him "casting"), however, rather than adding it to the base object (as addSpell does) '''CastImmediateOnSelf''' will only | In practice this will be often be used similarly to adding an ability (something that you want to effect the actor, but that you don't want him "casting"), however, rather than adding it to the base object (as addSpell does) '''CastImmediateOnSelf''' will only affect the reference and has a duration (because it is a spell, rather than an ability). | ||
'''Caveat:''' This function only works with self targeted spells. | '''Caveat:''' This function only works with self targeted spells. |