Execute_AddSpeechBubble
Description
Displays a speech bubble on the specified BaseObject. The speech bubble can appear immediately or after a configurable delay in seconds.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The entity that will display the speech bubble (Self or Target). |
| S1 | The SpeechBubble ID to display. |
| F1 | Delay time in seconds before the speech bubble appears (0 = instant). |
Examples
| Description | BaseObject | Command |
|---|---|---|
| Display a speech bubble on Self immediately | Self | AddSpeechBubble |
| Display a speech bubble on Self after 3 seconds | Self | AddSpeechBubble |
| Display a speech bubble on Target after 5 seconds | Target | AddSpeechBubble |
Back to Command FinderSearch and filter all 399 Script Execution documents