00BA
- Description
- Prints a high-priority big message
- Syntax
- 00BA: text_styled '[string]' time [int1] style [int2]
- Parameter
- [string]
- GXT key
- [int1]
- Time in milliseconds
- [int2]
- Style (see below)
- Native analog
- PRINT_BIG
This opcode prints a big message. Several messages of different styles can be displayed on the screen at the same time. Displaying another message of the same style will overwrite the previous message except when the style involves fading (styles 1 and 2) — the message will be overwritten once the fading sequence finishes before the time on the next message ends. This opcode takes priority over 0217, another opcode that behaves almost like this opcode but with a lower priority.
Styles of text
Liberty City Stories | Description |
---|---|
[1] | The text fades in, displays for five seconds, and then fades out. If the time to display is longer than five seconds, it repeats fading in and out until the time has expired. |
[2] | The text pops in, displays for five seconds, and then pops out. If the time to display is longer than five seconds, it repeats popping in and out until the time has expired. |
[3] | The text fades in but will keep on displaying regardless of time set to display it. |
[4] | The text pops in and out. |
[5] | The text pops in and out. |
[6] | The text pops in and out. |
[7] | The text pops in, displays for five seconds, and then pops out. If the time to display is longer than five seconds, it repeats popping in and out until the time has expired. |
[8] | The text pops in and out. |
[9] | The text pops in and out. |
Keywords
print, text, style, styled, big