Tip
:
text
display time:
tics
seconds
sound:
true
false
This is used for an onscreen message. The player that triggers this is the only one that will see it.
NOTE: single page breaks show as
\n
in the code output window. Double page breaks show as
\n\n
, so don't use \n's in your text message.
The text is limited to 80 characters across, and 8 lines down. Default is centered and 50% from top, 50% from the side (see
tip_set_pos
to change the position on the screen).
The
display time
is how long the text stays on the screen in seconds. A good display time for a tip message is 3 seconds.
If
sound
is set to true,
DSTINK
is played as the sound. If you want to use a custom sound, set it to false, and add a
playsound
entry.
Combine with
tagged_repeatable
for a repeating tip.