hintSilent: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Take[ _]On[ _]Helicopters(\|.*)?\]\]" to "{{GameCategory|tkoh|Scripting Commands}}") |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Command|Comments= | {{Command|Comments= | ||
| arma2 |Game name= | | arma2 |Game name= | ||
Line 13: | Line 12: | ||
|gr3= Strings |GROUP3= | |gr3= Strings |GROUP3= | ||
| Same as [[hint]], but without a sound. |DESCRIPTION= | | Same as [[hint]], but without a sound. |DESCRIPTION= | ||
| [[hintSilent]] text |SYNTAX= | | [[hintSilent]] text |SYNTAX= | ||
Line 29: | Line 26: | ||
[[sleep]] 5; | [[sleep]] 5; | ||
[[hintSilent]] ""; {{cc|removes message}}</code> |EXAMPLE2= | [[hintSilent]] ""; {{cc|removes message}}</code> |EXAMPLE2= | ||
| [[hint]], [[hintC]], [[hintCadet]] |SEEALSO= | | [[hint]], [[hintC]], [[hintCadet]] |SEEALSO= |
Revision as of 01:38, 17 January 2021
Description
- Description:
- Same as hint, but without a sound.
- Groups:
- InteractionStructured TextStrings
Syntax
- Syntax:
- hintSilent text
- Parameters:
- text: String or Structured Text
- Return Value:
- Nothing
Examples
- Example 1:
hintSilent format ["Hello, %1!", name player];
- Example 2:
hint "Hello there!"; sleep 5; hintSilent ""; // removes message
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