EquipShout - Actor

Member of: Actor Script

Forces this actor to equip the specified shout.

SyntaxEdit

Function EquipShout(Shout akShout) native

ParametersEdit

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

Return ValueEdit

None.

ExamplesEdit

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

NotesEdit

  • If the calling actor does not have akShout, it will be given to them.
MudcrabREF.EquipShout(DragonVoiceUnrelentingForce) ; Gives MudcrabREF the shout if they haven't already got it

See AlsoEdit