Page 1 of 1

[Condition] isBoss

Posted: Sun Oct 31, 2021 1:36 am
by Raddeck
Actor.isBoss()


USE
Check if the actor is the player's boss.


TYPE: Condition, Reference
RETURNS: bool
THEME: Job
COMPARE: setBoss, moveJobs, getSpecific(Boss)


EXAMPLE:

Code: Select all

    If John.isBoss()
        John(Angry):: "You're fired!"
    Endif