mirror of
https://github.com/Bjanski/ExAd.git
synced 2024-08-30 16:52:14 +00:00
e72a9bbba3
Introduced a new XM8 Apps Introduced a new version of the VG App, compatible with the new system.
6 lines
212 B
Plaintext
6 lines
212 B
Plaintext
params ["_slide","_key","_baseIDC","_map"];
|
|
|
|
_baseIDC = getNumber (missionConfigFile >> "CfgXM8" >> _slide >> "controlID");
|
|
_map = call compile format["ExAd_XM8_MAP_%1",_slide];
|
|
|
|
(_baseIDC + (_map pushBack _key)) |