Condition_IsPromRoyalty
Description
Checks whether BaseObject currently carries the PromRoyalty tag (i.e. was crowned prom king/queen). Returns false (regardless of CompareType) if BaseObject can't be resolved to an entity.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The character to check. |
| CompareType | Equal (is prom royalty) / NotEqual (is not). |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Check if Self is prom royalty | Self | IsPromRoyalty | Equal |
| Check if Self is not prom royalty | Self | IsPromRoyalty | NotEqual |
Back to Command FinderSearch and filter all 491 Script Condition documents