TIP_GRAPHIC
Usage:
TIP_GRAPHIC <graphic name> [display time] [audible tip] [scale]
Description:
Display an on-screen graphic. Almost exactly the same as the
plain TIP command except that the it shows a picture instead of text.
The graphic is drawn as if the screen resolution was 320x200. This means that a 320x200 picture will exactly cover the screen (regardless of the current resolution), and a 160x100 picture could fit four times on the screen. This can be changed by the [scale] parameter (see below).
Details:
<graphic name> is a reference to a graphic in a wad file.
[display time] a time value indicating how long it stays on screen (in either ticks or seconds).
[audible tip] can be set to true or false. If true, the [TINK] sound is played. If you want to use a custom sound, set this to false, and add a PLAY_SOUND command.
[scale] stretches or shrinks the total size (both width and height) of the tip graphic. 1.0 is normal perspective, 2.0 will make the graphic twice as big, 0.5 will make the graphic half normal size.
Example:
RADIUS_TRIGGER 0 0 -1 TAGGED_IMMEDIATE TIP_GRAPHIC STFST31 5 false END_RADIUS_TRIGGER