BIS_fnc_advHint
Jump to navigation
Jump to search
Description
Syntax
- Syntax:
- [classes, duration1, condition1, duration2, condition2, showing, onlyFullHint, onlyOnce, useSound] call BIS_fnc_advHint
- Parameters:
- classes: Array - array in format ["hint main class", "hint class"]
- duration1: Number - (Optional, default 15) duration of short hint in seconds
- condition1: String - (Optional, default "") condition for hiding the short hint
- duration2: Number - (Optional, default 35) duration of full hint in seconds
- condition2: String - (Optional, default "") condition for hiding the full hint
- showing: Boolean - (Optional, default false) true shows hint even if tutorial hints are disabled in game settings
- onlyFullHint: Boolean - (Optional, default false) true shows full hint without using of short hint
- onlyOnce: Boolean - (Optional, default false) show the hint in mission only once (true) or multiple times (false)
- useSound: Boolean - (Optional, default true) true plays a sound when the hint is opened
- Return Value:
- Nothing
Examples
- Example 1:
- Example 2:
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
- Posted on Aug 13, 2016 - 12:09 (UTC)
- This command will not do anything for players who have "Tutorial Hints" disabled in their Options > Game difficulty settings or on servers that disable it in their relevant difficulty preset.