hint: Difference between revisions
Jump to navigation
Jump to search
m (add. see also) |
(added note) |
||
Line 38: | Line 38: | ||
<dl class="command_description"> | <dl class="command_description"> | ||
<!-- Note Section BEGIN --> | <!-- Note Section BEGIN --> | ||
<dt class="note">'''[[User:ArmAtec|ArmAtec]]'''</dt><dd class="note"> | |||
Hint can be used with formatting like this: | |||
Hint format["Hello %1",player]</dd> | |||
<!-- Note Section END --> | <!-- Note Section END --> | ||
</dl> | </dl> |
Revision as of 11:31, 28 January 2007
Description
- Description:
- Outputs a hint message on the left upper corner of the screen together with a clinging 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. \n\nUse the mouse to turn right or left."
outputs the following message:
Press W to move forward. Press S to move backwards. Use the mouse to turn right or left.
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]
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