Skip to main content

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

ParameterDescription
BaseObjectThe entity that will display the speech bubble (Self or Target).
S1The SpeechBubble ID to display.
F1Delay time in seconds before the speech bubble appears (0 = instant).

Examples

DescriptionBaseObjectCommand
Display a speech bubble on Self immediatelySelfAddSpeechBubble
Display a speech bubble on Self after 3 secondsSelfAddSpeechBubble
Display a speech bubble on Target after 5 secondsTargetAddSpeechBubble