hintC: Difference between revisions
Jump to navigation
Jump to search
m (add. see also) |
(added note on hintc format) |
||
Line 26: | Line 26: | ||
<dd class="notedate">Posted on August 12, 2006 - 19:09</dd> | <dd class="notedate">Posted on August 12, 2006 - 19:09</dd> | ||
<dt class="note">'''[[User:Str|Str]]'''</dt><dd class="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.</dd> | <dt class="note">'''[[User:Str|Str]]'''</dt><dd class="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.</dd> | ||
<dt class="note">[[User:ArmAtec|ArmAtec]]</dt><dd class="note"> | |||
HitnC can be used with formatting like this | |||
_playername = player | |||
_notplayername = Ai_unit | |||
HintC format["The players name is %1 and is not %2",_playername, _notplayername] | |||
<!-- Note Section END --> | <!-- Note Section END --> | ||
</dl> | </dl> |
Revision as of 05:36, 28 January 2007
Description
- Description:
- Works the same way as hint, only that the text is displayed in the middle of the screen. The game is paused until the player presses "Continue".
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
hintC "Press W to move forward"
Additional Information
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
- Posted on August 12, 2006 - 19:09
- 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
- HitnC can be used with formatting like this _playername = player _notplayername = Ai_unit HintC format["The players name is %1 and is not %2",_playername, _notplayername]
Bottom Section
Categories:
- Scripting Commands
- Introduced with Operation Flashpoint version 1.00
- Operation Flashpoint: New Scripting Commands
- Operation Flashpoint: Scripting Commands
- Command Group: Uncategorised
- Scripting Commands: Local Effect
- Scripting Commands OFP 1.96
- Scripting Commands OFP 1.46
- Scripting Commands ArmA
- Command Group: Interaction