[Command] addEmployee
Posted: Tue Oct 26, 2021 10:09 pm
Actor.addEmployee(Salary)
USE:
Make this person an employee at the specified salary at the current building.
TYPE: Command, Non-Ref
RETURNS: /
THEME: Business
COMPARE: removeEmployee
EXAMPLE:
USE:
Make this person an employee at the specified salary at the current building.
TYPE: Command, Non-Ref
RETURNS: /
THEME: Business
COMPARE: removeEmployee
EXAMPLE:
Code: Select all
Salary = 2000
"<Actor.name> accepted the offer and started immediately."
Actor.addEmployee(Salary)