Execute_AddObesityImmediate
Description
Immediately increases or decreases the character's obesity value by the given delta amount.
Parameters
| Parameter | Description |
|---|
| BaseObject | The character whose obesity value will be modified (Self or Target). |
| F1 | Obesity delta to apply immediately (positive to increase, negative to decrease). |
Examples
| Description | BaseObject | Command | F1 |
|---|
| Immediately increases self's obesity by 1. | Self | AddObesityImmediate | 1 |
| Immediately decreases self's obesity by 1. | Self | AddObesityImmediate | -1 |
| Immediately increases target's obesity by 2. | Target | AddObesityImmediate | 2 |
| Immediately decreases target's obesity by 3. | Target | AddObesityImmediate | -3 |