SetOutfit - ActorBase

Revision as of 16:27, 18 October 2011 by imported>Vitamant (1 revision: Clobber re-import by Henning)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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)

See AlsoEdit