Execute_AddExamPreparation
Description
Adds exam preparation amount to the BaseObject school student. The character must have an active school career slot.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | Student character with an active school career slot. |
| F1 | Amount to add. Negative values reduce preparation |
| (e.g., dozing off, caught cheating). RunWithDelta may | |
| scale this value. Result is clamped to [0, 100]. |
Examples
| Description | BaseObject | Command | F1 |
|---|---|---|---|
| Add exam preparation to Self | Self | AddExamPreparation | 1 |
| Reduce exam preparation on Self | Self | AddExamPreparation | -5 |
Back to Command FinderSearch and filter all 399 Script Execution documents