[Command] secondScreen

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 »

secondScreen(Actor)


USE:
Lock an actor onto a mini screen, for telephone call and thought sequence.
While being locked, every Show() called on the Actor will not move them into the environment but stuck at the mini screen instead.

secondScreen()
Close the second screen and unlock the actor for normal Show() behaviour


TYPE: Command, non-Ref
RETURNS: /
THEME: Scenes
COMPARE: sceneEnd, secondScreenIfHidden, sceneStart


EXAMPLE:

Code: Select all

secondScreen(Actor) // open the buble
Actor(Happy):: "Honey, can you come here for a moment please? I want to introduce you to someone."
secondScreen() // close the bubble
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