Arma 3
Interrogation/Execution Module
Showing 1-6 of 6 entries
Update: 12 Dec, 2023 @ 4:04pm

fixed bugs:
- actions and animations weren't transmitting to all clients
- surrender animation wouldn't get terminated
- script error with undefined var

Update: 5 Oct, 2023 @ 12:48pm

Update #2.6:

if ((!(_object isKindOf 'man')) && (!(_object iskindof 'camanbase'))) exitWith {systemChat 'ERROR | Object must be human.';};

---

Added camanbase to the evaluation for modded assets.

Update: 4 Oct, 2023 @ 7:00pm

Update #2.5: Fixed user reported bug that caused "object must be human" error.

Update: 4 Oct, 2023 @ 4:23am


UPDATE #2: 10/4/2023 - Added ability to pause/cancel interrogation. Added configuration menu for toggling hint, pip, surrender/restrain, and intel input text (when interrogation completes, all units on the interrogator's team will recieve the intel in the briefing subject on the map).

Update: 29 Sep, 2023 @ 12:46am

UPDATE #1: 9/29/23 - Fixed bug where pistol would not fire if animation started with rifle out; Added hints with dynamic picture in picture camera views; Changed some sounds.

Update: 26 Sep, 2023 @ 8:28pm