Search the Community
Showing results for tags 'Bleed'.
Found 2 results
-
How can I subtract one ticket each second for each sector controlled?
Neonz27 posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
I need a way to bleed tickets once per second as the Bleed Tickets module does, but with the bleed amount being equivalent to the number of sectors controlled by that team. For example, if Blufor has 5 objectives while Opfor has 3, Opfor will lose 5 tickets each second while Blufor will lose 3 tickets each second. Below are a few things I have tried so far which seemed to either not work or freeze my game. I apologize if I have no clue what I'm doing. [sector_alpha, "ownerChanged", { params["_sector", "_owner", "_ownerOld"]; while { true } do { [_owner, 1] call BIS_fnc_respawnTickets; sleep 1; }; }] call BIS_fnc_addScriptedEventHandler; [sector_alpha, "ownerChanged", { params["_sector", "_owner", "_ownerOld"]; waitUntil { sleep 1; [_owner, 1] call BIS_fnc_respawnTickets; }; }] call BIS_fnc_addScriptedEventHandler;- 2 replies
-
- sector control
- sector
-
(and 4 more)
Tagged with:
-
The challenge: I decided to try and find a purpose for the Virtual Reality terrain! :lol: This is the first TvT scenario I've ever created and was looking to see what others thought. Steam Workshop download: http://steamcommunity.com/sharedfiles/filedetails/?id=719318132 and a direct .pbo download http://www.filedropper.com/sectorcontrolv4vr