Difference between revisions of "ModFactionRank"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Maturin
 
imported>Vswe
m (Added Search Terms)
 
(3 intermediate revisions by 3 users not shown)
Line 4: Line 4:
  ModFactionRank FightersGuild, 1  
  ModFactionRank FightersGuild, 1  


Modify the actor's rank in the faction by modValue. Note that this has no effect if the actor is not currently in the specified faction. Note also that it will never lower the rank below 0.


Modify the actor's rank in the faction by modValue. Note that this has no effect if the actor is not currently in the specified faction. Note also that it will never lower the rank below 0.
[[Category: Functions]]
[[Category: Functions]]
[[Category:Functions (CS)]]
[[Category: Functions (CS 1.0)]]
[[Category: Actor Functions]]
[[Category: Actor Functions (CS 1.0)]]
[[Category: Faction Functions]]
[[Category: Faction Functions]]
[[Category: Faction Functions (CS 1.0)]]
<!-- Begin Search Terms
mod
Faction
Rank
End Search Terms -->

Latest revision as of 12:08, 20 June 2008

Syntax:

ModFactionRank FactionID, modValue 

Example:

ModFactionRank FightersGuild, 1 

Modify the actor's rank in the faction by modValue. Note that this has no effect if the actor is not currently in the specified faction. Note also that it will never lower the rank below 0.