Error while compiling: ItemPuller.cs(218,82): error CS1061: Type `ConstructionGrade' does not contain a definition for `costToBuild' and no extension method `costToBuild' of type `ConstructionGrade' could be found. Are you missing an assembly reference?
Best regards.
Compilation error due to update
Results results = ScanItems(player, construction.defaultGrade.CostToBuild(), 1);
object status = GiveItems(player, results, construction.defaultGrade.CostToBuild());Hi, Change these lines to the line 213slashhskyHi, Change these lines to the line 213Results results = ScanItems(player, construction.defaultGrade.CostToBuild(), 1); object status = GiveItems(player, results, construction.defaultGrade.CostToBuild());
Your GOD
Hey there, I changed these lines as mentioned above and its still not working for my server. Any other ideas? :)