Skip to main content

Condition_HasObjectTemplateTagInMyResidanceSite

Description

Checks whether an object with the specified ObjectTemplateTag exists in the character's home (residence) site.

Parameters

ParameterDescription
BaseObjectThe character whose home site is searched (Self or Target).
CompareTypeType of comparison operation (Equal or NotEqual).
S1ObjectTemplateTag name to search for within the home site.

Examples

DescriptionBaseObjectCommandCompareTypeS1
Checks if Self's home site has an object with tag "Bed"SelfHasObjectTemplateTagInMyResidanceSiteEqualBed
Checks if Target's home site has an object with tag "Oven"TargetHasObjectTemplateTagInMyResidanceSiteEqualOven
Checks if Self's home site does NOT have an object with tag "Computer"SelfHasObjectTemplateTagInMyResidanceSiteNotEqualComputer