Skip to content

Current questions and answers regarding the map editor.

User Avatar
#764
Auto-translated
What are "enterprises" in this context? In any case, I see the following solution: give each object a name (for example, obj1, obj2, ...). Then, use the following script:
while 1 do
if GetObjectOwner('obj1')==1 and GetObjectOwner('obj2')==1 and... then
SetObjectiveState(task name, OBJECTIVE_COMPLETED);
break;
end;
sleep(3);
end;
 

К А
Стикеры GBF в Telegram