hintC
From Bohemia Interactive Community
| Editors, please check Policy: Scripting Command Page Syntax. |
Click on the images for descriptions
Introduced in
- Game:
- Operation Flashpoint
- Version:
- 1.00
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".
Syntax
Examples
- Example 1:
hintC "Press W to move forward"
Additional Information
- Multiplayer:
- Behaviour unknown.
- See also:
- hint, hintCadet, hintC array, hintC structuredText, hintC text
Notes
Notes
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]

