SetHomeFaction
Usage:
SetHomeFaction(Actor, FactionName)
Description:
The SetHomeFaction command allows you to change the home faction an actor belongs to.
Example:
Function Main()
// Make the actor join the temple faction
SetHomeFaction(Actor(), "Temple")
Return()
End Function
Comments (0)
You don't have permission to comment on this page.