[Condition] isLandlord
Posted: Sun Oct 31, 2021 6:49 pm
Actor.isLandlord()
USE:
Check if the actor is your landlord.
TYPE: Condition, Reference
RETURNS: bool
THEME: Housing
COMPARE: setLandlord, getSpecific(Landlord)
EXAMPLE:
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