SetNthFactionRankNameEX

< [[::Category:Functions|Category:Functions]]

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. Added by NVSE 4.1.

Syntax

(none) SetNthFactionRankNameEX NewName:string Formatting Target:faction WhichRank:int Female:bool

Example

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

See Also