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
| Parameter | Description |
|---|
| BaseObject | The entity that will display the inner-thought icon (Self or Target). |
| S1 | The InnerThoughtIcon ID to display. |
| S2 | Display mode: omit or leave empty to repeat until removed; set to OneTime to show once. |
| F1 | Duration in seconds for the icon display cycle (show cooldown). |
| F2 | Probability (0–1) of showing the actual bubble during the cooldown period. |
Examples
| Description | BaseObject | Command |
|---|
| Show Computer_Use_Negative icon repeatedly with 3s cycle, 70% bubble prob | Self | AddInnerThoughtIcon |
| Show Computer_Use_Positive icon once with 5s cycle | Self | AddInnerThoughtIcon |
| Show Sad icon on Target repeatedly until removed | Target | AddInnerThoughtIcon |