In reference to T79994 which is still today an issue or then there's something.. something that makes the module not functional. Is there a possibility that it can be placed in wrong order perhaps? Something else maybe?
I just now created a very simple mission where I'm trying use the following parameters:
[[blufor,opfor], 1, 20, 10] call BIS_fnc_bleedTickets;
but still the game resorts to using the default parameters
[[blufor,opfor], 0.5, 3, 5] call BIS_fnc_bleedTickets;
which are stated here: https://community.bistudio.com/wiki/BIS_fnc_bleedTickets
Here's the test mission where I'm using tickets.sqf-file to call the BIS_fnc_bleedTickets function
What about the module itself? It doesn't work any better than calling the ticket bleed as a function.
Here's a mission
- Dominance ratio 1
- Delay 10
- Tickets 20
but still the game resorts to using the default values.
So the bottom line with this one seems to be that no matter how a mission maker is trying to invoke BIS ticket bleeding Arma 3 will any way use the default values (0.5, 5, 3).