SetNthFactionRankNameEx

From GECK
Jump to: navigation, search


A function added by the New Vegas Script Extender.

Description

Sets the title of the nth rank in Faction to a formatable string. By default sets the male title, the optional boolean argument sets the female one.

Syntax

[help]
(none) SetNthFactionRankNameEx NewName:string Formatting Target:faction WhichRank:int Female:bool 

Example

SetNthFactionRankNameEx "Mistress of Dreams", KadathFaction, 3, 1

See Also