Skip to main content

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

ParameterDescription
BaseObjectThe object whose located site is used for the fire check.
CompareTypeType of comparison operation (Equal or NotEqual).
S1(Optional) If set to "CheckHomeSite", checks the home site of the current character.

Examples

DescriptionBaseObjectCommandCompareTypeS1
Checks whether the site where Self is located is on fireSelfIsSiteOnFireEqual
Checks whether the home site of the current character is on fireSelfIsSiteOnFireEqualCheckHomeSite