hint

From Bohemia Interactive Community
Revision as of 20:50, 1 June 2006 by Raedor (talk | contribs)
Jump to navigation Jump to search


hint text


Operand types:

text: String

Type of returned value:

Nothing

Description:

Show hint text.

Text can contain several lines.

An \n is used to indicate a new line.


Examples:

hint "Press W to move forward"

hint "Press W to move forward. \nPress S to move backwards. \nUse the mouse to turn right or left."