[Condition] isWithCompanionCreature
Posted: Sun Oct 31, 2021 7:49 pm
isWithCompanionCreature()
USE:
Check if player is with a creature companion, returns false if with a human creature
TYPE: Condition, Non-Ref
RETURNS: bool
THEME: Companions
COMPARE: isWithCompanion
EXAMPLE:
USE:
Check if player is with a creature companion, returns false if with a human creature
TYPE: Condition, Non-Ref
RETURNS: bool
THEME: Companions
COMPARE: isWithCompanion
EXAMPLE:
Code: Select all
If isWithCompanionCreature()
"I'm taking the dog out for a walk"
Endif