Page 1 of 1

[Command] setLandlord

Posted: Sat Nov 06, 2021 6:10 pm
by Raddeck
Actor.setLandlord()


USE:
Make this person your landlord. Current landlord is no longer landlord and becomes acquaintance.


TYPE: Command, Reference
RETURNS: /
THEME: Housing
COMPARE: isLandlord, setRent, getSpecific(Landlord)


EXAMPLE:

Code: Select all

    "I signed the contract."
    moveHome()
    Rent = 1000
    Landlord.setLandlord()
    Rent.setRent()