[Command] assignWhere
Posted: Wed Nov 03, 2021 9:20 pm
assignWhere()
USE:
Only used for the check_on_my_family scene
TYPE: Command, Reference
RETURNS: /
THEME: Family
COMPARE:
EXAMPLE:
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")
...