Xeen Wiki
(New page: {{Opcode | opcode=0x27 | name=SeatTextSml | arguments= * {{Argument_String}} | description= right This operation draws the supplied string in the 3D game windo...)
 
(No difference)

Revision as of 16:56, 22 February 2010

Supported In:
C D/S/W W-CD
? ? ?

The scripting command SeatTextSml 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 SeatTextLrg, except that it draws the text using the small font rather than the large font. See also DoorTextSml and DoorTextLrg.