Difference between revisions of "ModFactionRank"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1)))
imported>Zumbs
m (adjustment of styling)
 
Line 1: Line 1:
'''Syntax:'''
=='''Syntax'''==
  ModFactionRank ''FactionID'', ''modValue''  
  ModFactionRank ''FactionID'', ''modValue''  
'''Example:'''
=='''Example'''==
  ModFactionRank MegatonFaction, 1  
  ModFactionRank MegatonFaction, 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.

Latest revision as of 04:33, 21 September 2009

Syntax[edit | edit source]

ModFactionRank FactionID, modValue 

Example[edit | edit source]

ModFactionRank MegatonFaction, 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.