Condition_IsPublishing
Description
Checks whether the BaseObject character is currently publishing. A character is considered publishing if they have at least one active royalty contract.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The character entity to check publishing status. |
| CompareType | Supported compare types: Equal, NotEqual. |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Check if Self is currently publishing | Self | IsPublishing | Equal |
| Check if Self is NOT currently publishing (for Hope cond) | Self | IsPublishing | NotEqual |