mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Derp
This commit is contained in:
parent
f3ca1a85b9
commit
59ae4623ff
@ -13,7 +13,7 @@
|
|||||||
*/
|
*/
|
||||||
#include "script_component.hpp"
|
#include "script_component.hpp"
|
||||||
|
|
||||||
private ["_target", "_tourniquetItem", "_part", "_tourniquets", "_applyingTo"];
|
private ["_target", "_tourniquetItem", "_part", "_tourniquets", "_applyingTo", "_selectionName"];
|
||||||
_target = _this select 0;
|
_target = _this select 0;
|
||||||
_tourniquetItem = _this select 1;
|
_tourniquetItem = _this select 1;
|
||||||
_selectionName = _this select 2;
|
_selectionName = _this select 2;
|
||||||
|
Loading…
Reference in New Issue
Block a user