• Tracker

    Spaces
    Browse
    Statistics
  • /
  • /General
  • /A3G-50
Back
3

holdActionAdd icon disapear

UI / UX
3

State

Open
Issue key
A3G-50
Access
Public
Space
Arma 3
Project
General
Creator
davidovitch
Created
Aug 30, 2026
Views
89
Issue Type
Bug/Error
Section
Game Version
2.22 (Current Stable)
Was this also present in the previous version?
I don't know / Not relevant
Severity
It would be nice to fix this
Section
Operating System
Windows
Windows
Windows Version
Windows 10
Description

Hi,

With this code, the progressIcon disappears when pressing "space" to trigger the actions.

I used the example code from the Wiki and kept only the minimal code needed to reproduce the issue.

The error seems to occur when there is a condition (same behavior with showCondition).

The goal is to be able to set certain conditions to control whether the actions are shown or not.

Have a nice day,
David.

[  player, 
 "Kill", 
 "\a3\ui_f\data\IGUI\Cfg\holdactions\holdAction_connect_ca.paa",  "\a3\ui_f\data\IGUI\Cfg\holdactions\holdAction_connect_ca.paa", 
"_target getVariable ['test', false] == false;",  "true",  { hint "Started!"; _target setVariable ['test', true, true]; }, 
 { systemChat str (_this select 3) }, 
 { player setDamage 0.5; player setVariable ['test', false, true]; }, 
 { hint "Afraid of death?"; _target setVariable ['test', false, true]; }, 
 [], 3, nil, true, false 
] call BIS_fnc_holdActionAdd;
Attachment1 file ยท visible to everyone

ArmA_3_2026_08_30_10_47_51_03.mp4

5.7 MB

Reactions

Activity

    15 days ago
  • davidovitch
    created issue15 days ago
  • julius
    15 days ago
    julius
    15 days ago

    Not this exact same bug, but another bug with holdAction is, is that when you add 2 hold actions to an object, 1 action will not have its action text.
    1. Picture: The helicopter only has the custom Eject option
    2. and 3. Picture: Was taken in the DAP Ghosthawk, it has both "Jettison Fuel Tank" and the Eject option.
    The EJect option doesnt have its text shown tho, only the Jettison Fuel Tanks one

  • 13 days ago
  • davidovitch
    added tagUI / UX13 days ago
  • about 15 hours ago
  • schatten
    about 15 hours ago
    schatten
    about 15 hours ago

    @davidovitch, as soon as you activate the action, you immediately assign true to test variable, which blocks the action from being shown. So I don't see any bugs here.


    @julius, the fix is in Capsule mod.

You are not signed in. Please sign in to see more details and to reply.

State

Open
Issue key
A3G-50
Access
Public
Space
Arma 3
Project
General
Creator
davidovitch
Created
Aug 30, 2026
Views
89