Is there any way to check if a Civ has finished a project?

Code:
function hasProject(iPlayer, iProject)
    return (Teams[Players[iPlayer]:GetTeam()]:GetProjectCount(iKeyholeId) > 0)
end
 
Top Bottom