EquipShout - Actor

From the CreationKit Wiki
Revision as of 15:26, 18 October 2011 by imported>Rhavlovick (1 revision: Clobber re-import by Henning)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: Actor Script

Forces this actor to equip the specified shout.

Syntax

Function EquipShout(Shout akShout) native

Parameters

  • akShout: The Shout to force the actor to equip.

Return Value

None.

Examples

; Force Joe to equip the dragon breath shout
Joe.EquipShout(DragonBreathShoutProperty)

See Also