hint

From Bohemia Interactive Community
Revision as of 13:12, 23 April 2006 by Planck (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


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."