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...")
Member of: Actor Script
Tells this actor it can now be a companion.
Syntax[edit | edit source]
Function SetAvailableToBeCompanion()
Parameters[edit | edit source]
None
Return Value[edit | edit source]
None
Examples[edit | edit source]
; Tell dogmeat he can be a companion now
Dogmeat.SetAvailableToBeCompanion()