[Command] saveAndDelete

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 »

Actor.saveAndDelete()


USE:
Force remove this actor from current memory, but saves any (stat) changes made to them in this scene first.
Used for party scenes to avoid bloating.


TYPE: Command, Reference
RETURNS: /
THEME: Actor Removal
COMPARE: delete, deletePerson


EXAMPLE:

Code: Select all

Actor.saveandDelete()
or
Actor.saveandDelete(true)
or
Actor.saveandDelete(false)
Last edited by Raddeck on Wed Jun 15, 2022 6:21 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