hintC: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
[[Category:Scripting Commands|HINTC]]
{{Command|= Comments
[[Category:Scripting Commands OFP 1.96|HINTC]]
____________________________________________________________________________________________
[[Category:Scripting Commands OFP 1.46|HINTC]]
[[Category:Scripting Commands ArmA|HINTC]]


| ofp |= Game name


<h2 style="color:#000066"> '''hintC ''text'''''</h2>
|1.00|= Game version


|eff= local |= Effects in MP
____________________________________________________________________________________________


'''Operand types:'''
| 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". |= Description
____________________________________________________________________________________________


'''text:''' [[String]]
| '''hintC''' |= Syntax


'''Type of returned value:'''
|  |= Return value
____________________________________________________________________________________________


[[Nothing]]
| [[hint]], [[hintCadet]] |= See also


'''Description:'''
}}


Show hint text.
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


Text can contain several lines.
<!-- Note Section END -->
</dl>


An '''\n''' is used to indicate a new line.
<h3 style="display:none">Bottom Section</h3>
 
[[Category:Scripting Commands|HINTC]]
Hint must be confirmed.
[[Category:Scripting Commands OFP 1.96|HINTC]]
 
[[Category:Scripting Commands OFP 1.46|HINTC]]
 
[[Category:Scripting Commands ArmA|HINTC]]
'''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.

Revision as of 01:29, 2 August 2006

Hover & click on the images for description

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

Syntax:
hintC
Return Value:
Return value needed

Examples

Examples:
Example needed

Additional Information

See also:
hinthintCadet

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

Bottom Section