EquipShout - Actor
Jump to navigation
Jump to search
Member of: Actor Script
Forces this actor to equip the specified shout.
Syntax[edit | edit source]
Function EquipShout(Shout akShout) native
Parameters[edit | edit source]
- akShout: The Shout to force the actor to equip.
Return Value[edit | edit source]
None.
Examples[edit | edit source]
; Force Joe to equip the dragon breath shout
Joe.EquipShout(DragonBreathShoutProperty)
Notes[edit | edit source]
- 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