[Command] secondScreenIfHidden

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 »

secondScreenIfHidden(Actor)


USE:
Same as SecondScreen(), but does nothing if the actor is already currently seen in the environment (So that they don't disappear from the player's current location and get on the phone remotely instead).


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


EXAMPLE:

Code: Select all

Dating = getSpecific(Dating)
secondScreenIfHidden(Dating)
Dating.dress()
Dating.show(2)
Last edited by Raddeck on Wed Jun 15, 2022 6:08 pm, edited 1 time in total.
Reason: Added 1 example
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