Page 1 of 1

[Condition] isWithCompanionCreature

Posted: Sun Oct 31, 2021 7:49 pm
by Raddeck
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:

Code: Select all

    If isWithCompanionCreature()
        "I'm taking the dog out for a walk"
    Endif