lua plot

  1. M

    Plot:ChangeBuildProgress() seems don't work

    Has anyone used this method of Plot object? I wrote test lua module: function RoadBuilding (iPlayer, iUnit, iX, iY, iBuild, bStarting) local pPlot = Map.GetPlot(iX, iY); print (iBuild, bStarting, pPlot:GetBuildProgress(iBuild)) if bStarting then local pPlayer =...
Top Bottom