Skip to main content

Condition_IsHomeSiteTag

Description

Checks whether the BaseObject's home site has a specific tag defined in DefaultInfo. The home site's tag list is looked up from the site data table using the character's home site ID.

Parameters

ParameterDescription
BaseObjectThe character whose home site is checked (Self or Target).
CompareTypeType of comparison operation (Equal or NotEqual).
S1Tag name to search for in the home site's DefaultInfo tag list.

Examples

DescriptionBaseObjectCommandCompareTypeS1
Checks if Self's home site has the StartTag_Park tagSelfIsHomeSiteTagEqualStartTag_Park
Checks if Self's home site does NOT have StartTag_ParkSelfIsHomeSiteTagNotEqualStartTag_Park
Checks if Target's home site has the Beach tagTargetIsHomeSiteTagEqualBeach