Page 1 of 1

[Command] dressUniform

Posted: Thu Oct 28, 2021 10:35 pm
by Raddeck
Actor.dressUniform()


USE:
Put on appropriate uniform for this person's profession.


PARAMETERS:
  • Doctor
  • Nurse
  • Police
  • Can be also any location name ex: Fast_food.

TYPE: Command, Reference
RETURNS: /
THEME: Clothes
COMPARE: dressFormal, dressWedding


EXAMPLE:

Code: Select all

Actor.SetJob(Doctor)
Actor.dressUniform()
    
or

Delivery = generatePersonTemporary()
Delivery.dressUniform(Fast_food)