Page 1 of 1

[Command] secondScreenIfHidden

Posted: Sat Nov 13, 2021 10:32 am
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)