This command will modify the value of a specified variable.
modav [variable id] [value] Target Command
Variable ID | The ID of the variable you wish to set the value of - e.g. CA_Trait_Mean. |
Value | The 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. |
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.