Jump to content

Criek

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Criek

  1. Question: is it possible to apply the same changes to multiple parts without code duplication (and possible errors)? something like: @PART[Mark1-2Pod, mk2LanderCabin] { MODULE { name = CargoBay Baysize = 15 Tanksize = 0 } MODULE { name = ScienceLab labSize = 1 } RESOURCE { name = Stuff amount = 10 maxAmount = 10 } RESOURCE { name = ScientificStuff amount = 0 maxAmount = 5 } } That way I can have convenient packages for a one, two and three-man cabin (including for other mods) without the risk of typos.
×
×
  • Create New...