Xeen Wiki
Register
Advertisement
Supported In:
C D/S/W W-CD
? ? ?

The scripting command SignTextSml has the opcode (0x27).

Arguments

  • Map text file string index (byte)


Description

SeatTextSmall

This operation draws the supplied string in the 3D game window. The text is drawn using the small font set, formatted and aligned so that it would appear on the back of a seat, and this opcode is only ever used in events directly in front of a seat (or similar) sprite. A typical example can be seen in the image to the right.

This is one of the few events that is automatically executed and does not need to be triggered by the player pressing the spacebar to interact with the event/object.

Notes

The functionality of this opcode is identical to SignTextLrg, except that it draws the text using the small font rather than the large font. See also DoorTextSml and DoorTextLrg.

Advertisement