Skip to main content

Execute_AddInnerThoughtIcon

Description

Displays an inner-thought bubble icon on the specified BaseObject. The icon repeats indefinitely until RemoveInnerThoughtIcon is called, or it can be set to display only once. Duration, display mode, and bubble probability during the cooldown are configurable.

Parameters

ParameterDescription
BaseObjectThe entity that will display the inner-thought icon (Self or Target).
S1The InnerThoughtIcon ID to display.
S2Display mode: omit or leave empty to repeat until removed; set to OneTime to show once.
F1Duration in seconds for the icon display cycle (show cooldown).
F2Probability (0–1) of showing the actual bubble during the cooldown period.

Examples

DescriptionBaseObjectCommand
Show Computer_Use_Negative icon repeatedly with 3s cycle, 70% bubble probSelfAddInnerThoughtIcon
Show Computer_Use_Positive icon once with 5s cycleSelfAddInnerThoughtIcon
Show Sad icon on Target repeatedly until removedTargetAddInnerThoughtIcon