Page 1 of 1

[Command] setJob

Posted: Sat Nov 06, 2021 6:09 pm
by Raddeck
Actor.setJob(Job)


USE:
Set the job for this NPC.
Only Doctor and Nurse are available now


TYPE: Command, Non-Ref
RETURNS: /
THEME: University
COMPARE: chooseMajor()


EXAMPLE:

Code: Select all

    Actor.setJob(Doctor)
    "Good morning, Dr <Actor.name_last>"