The documentation for AACS and the CodeEditor.
Plays one or more frames.
Name | Type | Description | Required | Default Value |
---|---|---|---|---|
Frame ID(s) | String | You can pass the IDs of the frames you want to play here. You can pass each frame ID sequentially to play these specific frames in order. | ✓ | - |
1: PlayFrame:["TakeThatShout"];
1: PlayFrame:[1|3|"TrucyMagic"|9];
If you call a frame with an invalid or non-existant ID, the game will raise an error and crash, rather than ignoring the line.
See Frames for more information about Frames.