Condition_HasObjectTemplateTagInMyResidanceSite
Description
Checks whether an object with the specified ObjectTemplateTag exists in the character's home (residence) site.
Parameters
| Parameter | Description |
|---|
| BaseObject | The character whose home site is searched (Self or Target). |
| CompareType | Type of comparison operation (Equal or NotEqual). |
| S1 | ObjectTemplateTag name to search for within the home site. |
Examples
| Description | BaseObject | Command | CompareType | S1 |
|---|
| Checks if Self's home site has an object with tag "Bed" | Self | HasObjectTemplateTagInMyResidanceSite | Equal | Bed |
| Checks if Target's home site has an object with tag "Oven" | Target | HasObjectTemplateTagInMyResidanceSite | Equal | Oven |
| Checks if Self's home site does NOT have an object with tag "Computer" | Self | HasObjectTemplateTagInMyResidanceSite | NotEqual | Computer |