Condition_IsSiteOnFire
Description
Checks whether a site is currently on fire based on the specified condition. By default, this command checks whether the site where the BaseObject is located is on fire. If S1 is set to CheckHomeSite, the condition checks whether the home site of the current playing character is on fire.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The object whose located site is used for the fire check. |
| CompareType | Type of comparison operation (Equal or NotEqual). |
| S1 | (Optional) If set to "CheckHomeSite", checks the home site of the current character. |
Examples
| Description | BaseObject | Command | CompareType | S1 |
|---|---|---|---|---|
| Checks whether the site where Self is located is on fire | Self | IsSiteOnFire | Equal | |
| Checks whether the home site of the current character is on fire | Self | IsSiteOnFire | Equal | CheckHomeSite |
Back to Command FinderSearch and filter all 491 Script Condition documents