DefaultFactionRating
Usage:
DefaultFactionRating(FactionName, FactionName)
Description:
The DefaultFactionRating command returns the default rating of a faction with another faction. The value returned is between -100 and 100.
Example:
Function Main()
// Reset the players faction rating with the Elves faction to default
Player = Actor()
Rating = DefaultFactionRating(HomeFaction(Player), "Elves")
SetFactionRating(Player, "Elves", Rating)
Return()
End Function
Comments (0)
You don't have permission to comment on this page.