Page 1 of 1

[Command] addProstitute

Posted: Wed Nov 03, 2021 9:13 pm
by Raddeck
Actor.addProstitute()


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