Ace Attorney Casing Tool Documentation

The documentation for AACS and the CodeEditor.


Project maintained by MaxDeBy Hosted on GitHub Pages — Theme by mattgraham

Back to overview


BreakLock


Description

Breaks the next Psyche Lock.

Parameters

Name Type Description Required Default Value
Break all Boolean Whether or not all locks should be broken at once. - false

Examples:

Example #1: Breaking a Psyche Lock.

1:  ...
2:  BreakLock;
3:  ...

Remarks:

The Break all parameter is only considered in mode 6.


Back to overview