blob: 447fd097431c5eaff6c88c896d63662214477684 (
plain)
1
2
3
4
5
6
7
|
Private ["_amount","_funds","_side"];
_side = _this select 0;
_amount = _this select 1;
_funds = (_side) Call GetAICommanderFunds;
[Format ["WFBE_%1_AICommanderFunds",_side], _funds + _amount, true] Call SetNamespace;
|