UseMagic (Procedure)

From the CreationKit Wiki
Revision as of 11:22, 9 November 2011 by imported>Henning (moved Procedure UseMagic to UseMagic (Procedure))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Behavior

Description:
Actor walks to location and casts spell at target.

The procedure completes:
When spell is cast, and num to CastMin/Max is reached.

Parameters

  • Location (Location): Actor will walk to this location before casting spell.
  • Spell (TargetSelector): Spell to cast.
  • HoldWhenBlocked (Bool): If true, and an actor other than the target is in the way, do not cast the spell.
  • CastTimeMin (Float): The minimum amount of time the actor will play the casting animation.
  • CastTimeMax (Float): The minimum amount of time the actor will play the casting animation.
  • CoolDownTimeMin (Float): The minimum time between casts.
  • CoolDownTimeMax (Float): The maximum time between casts.
  • DualCast (Bool): If true, will dual cast the spell.

                       

Notes

Similar to Procedure UseWeapon

See Also

{{{SeeAlso}}}