SetOutfit - ActorBase
Member of: ActorBase Script
Change the default or sleep outfit for this actor base.
SyntaxEdit
Function SetOutfit(Outfit akOutfit, bool abSleepOutfit = false) native
ParametersEdit
- akOutfit: The outfit to wear.
- abSleepOutfit: Is this the sleep outfit or the default one?
- Default: False
Return ValueEdit
None.
ExamplesEdit
; Set up the archer's normal outfit
ArcherBase.SetOutfit(ArcherOutfit)
; Set up the archer's sleep outfit
ArcherBase.SetOutfit(ArcherSleepOutput, true)