Get your own free workspace
View
 

SetHomeFaction

Page history last edited by Gamemaster 3 years, 9 months ago

 

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.