Fallout Modav Command


General Information

This command will modify the value of a specified variable.

Syntax


modav [variable id] [value] Target Command

Variable IDThe ID of the variable you wish to set the value of - e.g. CA_Trait_Mean.
ValueThe value you wish to modify the variable by. Specifying 10 would add 10 to the variable's current value, specifying -5 would subtract 5 from the variable's current value.

Examples


ff0084953.modav CarryWeight 100

This command would add 100 to the CarryWeight variable of the NPC with reference id ff0084953.

ff0084953.modav CarryWeight -50

The above command would remove 50 from the current CarryWeight of the NPC with reference ID ff0084953.