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
Code: Select all
If Actor.isJob(Doctor)
"Hi, Dr <Actor.name_last>."
Endif