[Command] addProstitute

Post Reply
User avatar
Raddeck
LP Manager
Reactions: 1
Posts: 508
Joined: Sat Oct 16, 2021 6:22 pm
Location: LpWorld
Contact:

Post 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
Last edited by Raddeck on Wed Jun 15, 2022 9:04 pm, edited 1 time in total.
Reason: Added 1 example
Like my work? Buy me a coffee or support me on Patreon to keep it coming. :ugeek:
-Don't PM me for support-
Top
Post Reply