Skip to content
User Avatar
#1185
Auto-translated
What about this? ```html
function am()
	local old = 0
	while 1 do
		local count = 0
		for i=36,43 do
			count = count + (HasArtefact("Muscip", i) or 0)
		end;
		if count ~= old then
			if old < 8 then
				SetObjectiveState("obj", OBJECTIVE_ACTIVE);
				startThread(obj);
			end;
			old = count
		end;
		sleep(5);
	end;
end;
502 Bad Gateway
__________________________________
nginx/0.8.54

Statistics

Welcome our newest member: artem

Users Online 2 users 1569 guests