Skip to main content

Condition_IsRemoteWorking

Description

Checks whether the character's active work mode is Remote for the specified career type. Returns true if the member's current ActiveWorkMode equals EB1WorkMode::Remote.

Parameters

ParameterDescription
BaseObjectThe character whose work mode will be checked.
CompareTypeEqual (is remote working) or NotEqual (is not remote working).
S1EB1CareerType to check (defaults to Business if omitted).

Examples

DescriptionBaseObjectCommandCompareTypeS1
Check if Self is currently remote workingSelfIsRemoteWorkingEqualBusiness
Check if Self is not remote workingSelfIsRemoteWorkingNotEqualBusiness