Page 1 of 1

[Condition] isEmployee

Posted: Sun Oct 31, 2021 1:59 am
by Raddeck
Actor.isEmployee()


USE:
Check if the actor is one of the employees in a player-owned business.


TYPE: Condition, Reference
RETURNS: bool
THEME: Job
COMPARE: isColleague


EXAMPLE:

Code: Select all

    If John.isEmployee()
        John(Happy):: "Please boss give me a raise"
    Endif