Page 1 of 1

[Condition] isLandlord

Posted: Sun Oct 31, 2021 6:49 pm
by Raddeck
Actor.isLandlord()


USE:
Check if the actor is your landlord.


TYPE: Condition, Reference
RETURNS: bool
THEME: Housing
COMPARE: setLandlord, getSpecific(Landlord)


EXAMPLE:

Code: Select all

    If John.isLandlord()
        John(Angry):: "Hey, there has been a noise complaint about you."
    Endif