[Condition] isBoss
Posted: Sun Oct 31, 2021 1:36 am
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:
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