function town3exist(townname)
while 1 do
if IsObjectExists(townname)~=true then
Loose(GetPlayerFilter(PLAYER_3));
end;
sleep(10);
end;
end;
startThread(town3exist("town3"))что-то вроде этого неудачного примера

готовность 70% PAUSED
Впервые здесь? Я Роха — провести быструю экскурсию?
function town3exist(townname)
while 1 do
if IsObjectExists(townname)~=true then
Loose(GetPlayerFilter(PLAYER_3));
end;
sleep(10);
end;
end;
startThread(town3exist("town3"))