EquipShout - Actor
Revision as of 09:22, 7 April 2012 by imported>JustinOther
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)
Notes
- If the calling actor does not have akShout, it will be given to them.
<source lang="papyrus">MudcrabREF.EquipShout(DragonVoiceUnrelentingForce) ; Gives MudcrabREF the shout if they haven't already got it/source>