ModFactionRank - Actor
From Creation Kit
Member of: Actor Script
Modifies this actor's rank in the specified faction. Will not remove an actor from a faction.
Syntax
Function ModFactionRank(Faction akFaction, int aiMod) native
Parameters
- akFaction: The Faction to modify this actor's rank in.
- aiMod: How much to adjust the rank by.
Return Value
None.
Examples
; Modify Vapor's rank in the Empire Vapor.ModFactionRank(EmpireFactionProperty, 50)