SetNthFactionRankNameEX

From the Fallout3 GECK Wiki
Revision as of 07:08, 21 August 2014 by imported>Odessa (Created. Source OBSE docs.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::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

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

Example

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

See Also