Page 1 of 1

[Condition] isColleague

Posted: Sun Oct 31, 2021 1:38 am
by Raddeck
Actor.isColleague()


USE:
Check if the actor is one of the player's colleagues.


TYPE: Condition, Reference
RETURNS: bool
THEME: Job
COMPARE: addColleague, removeColleague, getSpecific(Colleague)


EXAMPLE:

Code: Select all

    If John.isColleague()
        John(Happy):: "Hey, wanna go for lunch?"
    Endif