Searches for a suitable construction site for a building of the specified type, starting at position
Var(iVarNumX)/
Var(iVarNumY). If a site is found, the coordinates are stored in the two specified variables and the function returns true. Otherwise, the function returns false.
Var(0)=GetX(); Var(1)=GetY();
if(FindConstructionSite(HUT3, 0, 1))
CreateConstruction(HUT3, Var(0), Var(1), GetOwner(), 1, 1);
Searches a construction site for a hut, starting at the local position. If a site is found, construction is started.