Execute_AddExamStudyBonus
Description
Adds exam study bonus amount to the BaseObject school student. The accumulated bonus is capped by UB1SchoolDataAsset::ExamStudyBonusMaxPerDay.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | Student character with an active school career slot. |
| F1 | Amount to add. Positive values consume one daily |
| bonus slot (capped by DA->ExamStudyBonusMaxPerDay). | |
| Negative values reduce preparation directly without | |
| touching the daily counter. |
Examples
| Description | BaseObject | Command | F1 |
|---|---|---|---|
| Add one study bonus to Self | Self | AddExamStudyBonus | 3 |
| Reduce preparation on Self | Self | AddExamStudyBonus | -3 |
Back to Command FinderSearch and filter all 399 Script Execution documents