hintC: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Not usable in init)
mNo edit summary
Line 33: Line 33:


'''Note:'''
'''Note:'''
This command must be executed after mission start. If you place it into init.sqs or Init field of some unit, it will not work. Just add a little delay (~0.001) and the place the command.
 
This command must be executed after mission start.
 
If you place it into init.sqs or in the Init field of some unit, it will not work.
 
Just add a little delay (~0.001) and then place the command.

Revision as of 18:42, 31 July 2006


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

Hint must be confirmed.


Example:

hintC "Press V for weapon sights"


Note:

This command must be executed after mission start.

If you place it into init.sqs or in the Init field of some unit, it will not work.

Just add a little delay (~0.001) and then place the command.