hint: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (trimmed example) |
||
Line 21: | Line 21: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <pre>hint "Press W to move forward. \nPress S to move backwards | |x1= <pre>hint "Press W to move forward. \nPress S to move backwards."</pre> | ||
outputs the following message: | outputs the following message: | ||
<pre>Press W to move forward. | <pre>Press W to move forward. | ||
Press S to move backwards. | Press S to move backwards.</pre> | ||
Known Problems: Avoid hint messages that exceed the screen, as this may lead to crashes. |= Example 1 | |||
Known Problems Avoid hint messages that exceed the screen, as this may lead to crashes. |= Example 1 | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 21:46, 5 July 2007
Description
- Description:
- Outputs a hint message on the left upper corner of the screen together with a ding sound. The text may contain several lines.
- Groups:
- Uncategorised
Syntax
- Syntax:
- hint text
- Parameters:
- text: String - the message to write on the screen may consist of any characters. \n indicates a line break.
- Return Value:
- Nothing
Examples
- Example 1:
hint "Press W to move forward. \nPress S to move backwards."
outputs the following message:
Press W to move forward. Press S to move backwards.
Known Problems: Avoid hint messages that exceed the screen, as this may lead to crashes.
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
- ArmAtec
-
Hint can be used with formatting like this:
hint format["Hello %1",player]
- pyro05x
- To remove the hint box from the screen, pass a null string ("") to the command.
hint ""
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