Condition_FinishHomework
Description
Checks whether the BaseObject character has completed homework in hand or inventory and has no unfinished homework in those same locations.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The character whose hand and inventory are inspected. |
| CompareType | Equal checks the condition is satisfied; NotEqual negates it. |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Check if Self finished all homework | Self | FinishHomework | Equal |
| Check if Target has unfinished homework | Target | FinishHomework | NotEqual |
Back to Command FinderSearch and filter all 491 Script Condition documents