SetAvailableToBeCompanion - Actor

Revision as of 10:18, 1 December 2015 by imported>Plplecuyer (Created page with "Category:Scripting Category:Papyrus '''Member of:''' Actor Script Tells this actor it can now be a companion. == Syntax == <source lang="papyrus"> Function SetAvail...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: Actor Script

Tells this actor it can now be a companion.

SyntaxEdit

Function SetAvailableToBeCompanion()

ParametersEdit

None

Return ValueEdit

None

ExamplesEdit

; Tell dogmeat he can be a companion now
Dogmeat.SetAvailableToBeCompanion()

See AlsoEdit