[Command] sceneEnd

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 »

sceneEnd()


USE:
End the scene and return to map view.
This will also clear all actors (except player and current companion from memory) after saving them back into their lpcharacters.


TYPE: Command, Non-Ref
RETURNS: /
THEME: Scenes
COMPARE: sceneStart, timeout, timeoutprecise


EXAMPLE:

Code: Select all

WHAT: none
WHERE: none
WHEN: 0 - 24
WHO: none
OTHER: none
        
    SceneStart()
        //My scene content here...
    SceneEnd()
Last edited by Raddeck on Wed Jun 15, 2022 6:13 pm, edited 1 time in total.
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