Recent content by Marek327

  1. Marek327

    SmallTailorBOD

    hmm i will try. now i get this error: + Engines/BulkOrders/SmallTailorBOD.cs: CS0136: Line 88: A local variable named `useMaterials' cannot be declared in this scope because it would give a different meaning to `useMaterials', which is already used in a `parent or current' scope to denote...
  2. Marek327

    SmallTailorBOD

    using System; using System.Collections.Generic; using Server; using Server.Engines.Craft; using Server.Items; namespace Server.Engines.BulkOrders { public class SmallTailorBOD : SmallBOD { public static double[] m_TailoringMaterialChances = new double[] {...
  3. Marek327

    SmallTailorBOD

    Hello, iam getting error from that skript: Errors: + Engines/BulkOrders/SmallTailorBOD.cs: CS0165: Line 88: Use of unassigned local variable `useMaterials' Can someone help me with that?
Back