hint: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 14: Line 14:
'''Description:'''
'''Description:'''


Show hint text.
Show '''hint''' text.


Text can contain several lines.
Text can contain several lines.
Line 24: Line 24:


'''hint''' "Press W to move forward"
'''hint''' "Press W to move forward"
'''hint''' "Press W to move forward. '''\n'''Press S to move backwards. '''\n'''Use the mouse to turn right or left."
'''hint''' "Press W to move forward. '''\n'''Press S to move backwards. '''\n'''Use the mouse to turn right or left."

Revision as of 21:12, 15 April 2006

back to COMREF

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