Skip to main content

Condition_IsNPC

Description

Checks if the BaseObject is an NPC, defined as a character whose CharacterGroupType is not ResidenceFamily.

Parameters

ParameterDescription
BaseObjectCharacter to check for NPC status
CompareTypeSupported compare types: Equal, None, NotEqual

Examples

DescriptionBaseObjectCommandCompareType
If Target is an NPCTargetIsNpcCharacterEqual
If Self is not an NPCSelfIsNpcCharacterNotEqual
If Self is an NPCSelfIsNpcCharacterEqual
If Target is not an NPCTargetIsNpcCharacterNotEqual