fn_terrainSort.sqf
Code
/*
File: fn_terrainSort.sqf (TO BE CHANGED)
Author: BoGuu
Description:
Gah.
*/
if !(params[["_dictionary",[],[[],0,""]]]) exitWith {};
scopeName "main";
{
if (worldName == _x select 0) then {
(_x select 1) breakOut "main";
};
} count _dictionary;
switch (typeName (_dictionary select 0 select 1)) do {
case "ARRAY": {[]};
case "STRING": {""};
case "SCALAR": {-1};
};
Alles anzeigen
In der Config vom Object sehe ich nur das er von House_F erbt
Andere Frage, die Schleife am Anfang der fn_SetupStationService.sqf, Ist diese dafür da um die Positionen der Tankstellen zu ermitteln?
Grüße BattleSheep