Page MenuHomeFeedback Tracker

[Feature Request] currentHint
New, NormalPublic

Description

Currently there is no way to check if "your" hint is still shown, or a new one has overwritten it.

Or when you want to hide your hint early - but atm you may close another hint if yours has been replaced already.

Suggested implementation:

_hintData = currentHint;

_hintData contains

_id <number>: each hint[C/Silent/Cadet] sqf command execution would return an unique incrementing id
_message <string>: returns the currently displayed hint message - alternative to _id if not feasible
_type <string/number>: returns the type of hint shown (hint[C/Silent/Cadet])

Details

Severity
None
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10 x64
Category
Scripting
Additional Information

Event Timeline

kju-PvPscene updated the task description. (Show Details)
kju-PvPscene updated the task description. (Show Details)
TRAGER added a subscriber: TRAGER.Feb 11 2023, 1:54 PM