EquipShout - Actor
Revision as of 15:26, 18 October 2011 by imported>Rhavlovick (1 revision: Clobber re-import by Henning)
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)