USE:
Make this actor a sex worker (prostitute).
TYPE: Command, Non-Ref
RETURNS: /
THEME: sex work
COMPARE: isProstitute(), removeProstitute()
EXAMPLE:
Code: Select all
If Actor:perversion > 50
Actor.addProstitute()
"Eventually, <Actor.name> decided to become a sex worker."
Endif