[Command] passOn
Posted: Sat Nov 13, 2021 10:21 am
passOn(Actor)
USE:
Used to pass an actor from one scene to the next scene, used with followUp() and getSpecific(PassedOn)
TYPE: Command, Non-Ref
RETURNS: /
THEME: Time
COMPARE:
EXAMPLE:
USE:
Used to pass an actor from one scene to the next scene, used with followUp() and getSpecific(PassedOn)
TYPE: Command, Non-Ref
RETURNS: /
THEME: Time
COMPARE:
EXAMPLE:
Code: Select all
lpscene 1:
passOn(Actor)
followUp(scene2)
lpscene2:
WHO: Actor = getSpecific(PassedOn)