[Condition] isJob
Posted: Sun Oct 31, 2021 6:47 pm
Actor.isJob()
USE:
Check if actor is a doctor or a nurse
TYPE: Condition, Reference
RETURNS: bool
THEME: Job
COMPARE: setJob
EXAMPLE:
USE:
Check if actor is a doctor or a nurse
TYPE: Condition, Reference
RETURNS: bool
THEME: Job
COMPARE: setJob
EXAMPLE:
Code: Select all
If Actor.isJob(Doctor)
"Hi, Dr <Actor.name_last>."
Endif