Page MenuHomeFeedback Tracker

A variable flag to disable Show\Hide flag actions
Feedback, NormalPublic

Description

I'd like to request a variable flag that would disable Flag Display and Flag Hide actions, so I can control forced flag textures through my own scripts (and also declutter action menu a little bit)

Details

Severity
Feature
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10 x64
Category
Config
Additional Information

Suggested fix, change flag_display and flag_hide action configs, from:

condition = "(getForcedFlagTexture this == """") AND (driver this == player) AND (alive this)";

to

condition = "(getForcedFlagTexture this == """") AND (driver this == player) AND (alive this) AND !(this getVariable ['vn_flag_hide_actions', false])";

this way I would be able to set vn_flag_hide_actions entity variable to true and have no actions.

Event Timeline

SaMatra created this task.May 30 2023, 6:22 PM
veteran29 changed the task status from New to Feedback.May 30 2023, 7:48 PM
veteran29 added a subscriber: veteran29.

rMASTER15661
_vehicle setVariable ["vn_flag_enable", false]