Difference between revisions of "EquipShout - Actor"
Jump to navigation
Jump to search
imported>Rhavlovick m (1 revision: Clobber re-import by Henning) |
imported>JustinOther |
||
(One intermediate revision by the same user not shown) | |||
Line 21: | Line 21: | ||
Joe.EquipShout(DragonBreathShoutProperty) | Joe.EquipShout(DragonBreathShoutProperty) | ||
</source> | </source> | ||
== 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> | |||
== See Also == | == See Also == |
Latest revision as of 09:23, 7 April 2012
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