Page 1 of 1

[Command] setRent

Posted: Sat Nov 06, 2021 6:34 pm
by Raddeck
FloatVar.setRent()


USE:
Set this as your current rent.


TYPE: Command, non-Ref (ref-like syntax)
RETURNS: /
THEME: Housing, Money
COMPARE: getRent, setLandlord, moveHome


EXAMPLE:

Code: Select all

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