The documentation for AACS and the CodeEditor.
Displays a popup animation and waits until the animation has finished playing.
Name | Type | Description | Required | Default Value |
---|---|---|---|---|
Popup name | String | The name of the popup that should be displayed. | ✓ | - |
1: ...
2: PlaySound:["PW-Objection"];
3: DisplayPopupWait:["Objection"];
4: ...
The popup will not vanish until LoadLocation has been called.
This Instruction does not support looping, for obvious reasons. If you need a looping popup, use DisplayPopup instead.