Get your own free workspace
View
 

FactionRating

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

 

 

FactionRating

Usage:

                FactionRating(Actor, FactionName)

Description:

The FactionRating command returns an actor's rating with a particular faction. The value returned is between -100 and 100.

Example:

                Function Main()
                        MyRating = FactionRating(Actor(), "Elves")
                        Output(Actor(), "Your popularity with elves is " $+ MyRating)
                        Return()

                End Function

Comments (0)

You don't have permission to comment on this page.