Talk bubble
Speech-bubble styles that can be hung over a scripted character.
- Engine enum
TalkType- Input form
- Integer
The figure is a frame in TALKBUBL.SHP, one higher than the frame drawn, so the three bubbles are simply the first three shapes that file holds and swapping the file changes what each figure shows. A figure above 3 asks for a frame further into the file, and where the file holds no such frame nothing is drawn at all.
TalkBubbleTime covers how long a bubble stays up, what else placing one does, and how a second one displaces the first.
Values
4 of 4
| Input | Meaning | Engine constant | Stored value |
|---|---|---|---|
0 | No talk bubble. | TALK_NONE | 0 |
1 | Standard talk bubble. | TALK_1 | 1 |
2 | Question-mark bubble. | TALK_QUESTION | 2 |
3 | Exclamation-mark bubble. | TALK_EXCLAMATION | 3 |
No enum values match this filter.
Used by
- Talk Bubble
TMISSION_TALK_BUBBLE
Source files
Linked at revision 59fae722af8c.