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


PlayCrossExam (CE)


Description

Starts a cross examination sequence.

Parameters

Name Type Description Required Default Value
ID String The ID of the cross examination. -

Examples:

Example #1: Play the Cross-Examination ‘BadBodyIsLying’.

1:  PlayCrossExam:["BadBoyIsLying"];

Remarks:

Read more about Cross-Examinations.


Back to overview