while 1 do
if GetObjectOwner('obj1')==1 and GetObjectOwner('obj2')==1 and... then
SetObjectiveState(task name, OBJECTIVE_COMPLETED);
break;
end;
sleep(3);
end;
New here? I'm Roha — want a quick tour?
while 1 do
if GetObjectOwner('obj1')==1 and GetObjectOwner('obj2')==1 and... then
SetObjectiveState(task name, OBJECTIVE_COMPLETED);
break;
end;
sleep(3);
end;