ModFactionRank - Actor

Member of: Actor Script

Modifies this actor's rank in the specified faction. Will not remove an actor from a faction.

SyntaxEdit

Function ModFactionRank(Faction akFaction, int aiMod) native

ParametersEdit

  • akFaction: The Faction to modify this actor's rank in.
  • aiMod: How much to adjust the rank by.

Return ValueEdit

None.

ExamplesEdit

; Modify Vapor's rank in the Empire
Vapor.ModFactionRank(EmpireFactionProperty, 50)

See AlsoEdit