[Command] passOn

Post Reply
User avatar
Raddeck
LP Manager
Reactions: 1
Posts: 508
Joined: Sat Oct 16, 2021 6:22 pm
Location: LpWorld
Contact:

Post by Raddeck »

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:

Code: Select all

lpscene 1:
passOn(Actor)
followUp(scene2)

lpscene2:
WHO: Actor = getSpecific(PassedOn)
Like my work? Buy me a coffee or support me on Patreon to keep it coming. :ugeek:
-Don't PM me for support-
Top
Post Reply