[Command] setLivingWithPlayer

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.setLivingWithPlayer(bool)


USE:
flags or unflags an actor as living with the player


TYPE: Command, Reference
RETURNS: /
THEME: Housing
COMPARE: livesWithPlayer


EXAMPLE:

Code: Select all

"Since I have a spare room available and could do with the extra cash, I've agreed to sub-let it to a foreign exchange student."
Student = generatePerson(twenties)
Student::"Hello! Thank you for letting me stay here!"
Student.setLivingWithPlayer(true)

Roomie(Angry)::"I've had it with living in this pig sty! You never clean up after yourself!"
Roomie.setLivingWithPlayer(false)
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