mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 20:43:30 +00:00
12 lines
165 B
Plaintext
12 lines
165 B
Plaintext
params["_unit"];
|
|
|
|
_location = null;
|
|
|
|
switch (worldName) do {
|
|
case "Altis": {
|
|
_location = [_unit] call armatak_fnc_convert_to_altis;
|
|
};
|
|
default {};
|
|
};
|
|
|
|
_location |