Skip to main content

Condition_PerspectivePoint

Description

Compares the point value of the specified perspective (S1) for the character against F1 using the given CompareType. Supports range comparisons using F2 as the upper bound.

Parameters

ParameterDescription
BaseObjectThe character whose perspective value will be checked.
CompareTypeComparison operation type. Supports InRange and OutRange.
S1The perspective name to check.
F1The perspective point value to compare against.
F2The upper bound value used for range comparisons (InRange, OutRange).

Examples

DescriptionBaseObjectCommandCompareTypeS1F1F2
Check if Conservation perspective is greater than or equal to 60SelfPerspectivePointGreaterOrEqualConservation60.0
Check if Conservation perspective is between 30 and 60SelfPerspectivePointInRangeConservation30.060.0
Check if Freedom perspective is less than 20SelfPerspectivePointLessFreedom20.0