Skip to main content

Condition_HasVisitedSite

Description

Checks whether the character has a visit record for the specified site. The condition returns true if any access record exists for the given site ID on the character. CompareType is not used; the result is a direct boolean check.

Parameters

ParameterDescription
BaseObjectThe character whose site visit history is checked (Self or Target).
S1Site ID (Site.Id) to check for a visit record.

Examples

DescriptionBaseObjectCommandS1
Checks if Self has visited site "Park_001"SelfHasVisitedSitePark_001
Checks if Target has visited site "Library_001"TargetHasVisitedSiteLibrary_001
Checks if Self has visited site "Shop_A"SelfHasVisitedSiteShop_A