Execute_SetExamScoreRange
Description
Overrides the BaseObject student's final exam score with a random score in the requested range. This only applies while the student is currently in an exam school phase. Outside exam phase, the execution intentionally does nothing.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | Student character with an active school career slot. |
| F1 | Minimum score, inclusive. |
| F2 | Maximum score, inclusive. |
Examples
| Description | BaseObject | Command | F1 | F2 |
|---|---|---|---|---|
| Set Self's exam score between 10-20 | Self | SetExamScoreRange | 10 | 20 |
Back to Command FinderSearch and filter all 399 Script Execution documents