Page 1 of 1

[Command] assignWhere

Posted: Wed Nov 03, 2021 9:20 pm
by Raddeck
assignWhere()


USE:
Only used for the check_on_my_family scene


TYPE: Command, Reference
RETURNS: /
THEME: Family
COMPARE:


EXAMPLE:

Code: Select all

Actor = getSpecific(chooseContact)
If Actor.isValid()
    ActorWhat = Actor.assignWhat()
    ActorWhere = Actor.assignWhere()
    If ActorWhere.isString("bedroom")
    ...