hintC

From Bohemia Interactive Community
Revision as of 01:48, 23 January 2009 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.
Hover & click on the images for description

Description

Description:
Works the same way as hint, except the text is displayed in the middle of the screen. The game is paused until the player presses "Continue".
Groups:
Uncategorised

Syntax

Syntax:
hintC text
Parameters:
text: String
Return Value:
Nothing

Examples

Example 1:
hintC "Press W to move forward"

Additional Information

See also:
hinthintCadethintC arrayhintC structuredTexthintC text

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Str
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.
ArmAtec
HintC can be used with formatting like this: HintC format["Hello %1",player]

Bottom Section