hintCadet
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:
- Shows a text hint only when using cadet mode.
The text can contain several lines. \n is used to indicate the end of a line.
Syntax
Examples
- Example 1:
hintCadet "Press W to move forward"
Additional Information
- Multiplayer:
- Behaviour unknown.
- See also:
- hint, hintC, hintC array, hintC structuredText, hintC text, cadetMode
Notes
Notes
Notes
- ArmAtec
-
hintCadet can be used with formatting like this:
hintCadet format["Hello %1",player]

