Page 1 of 1

repair packs?

Posted: Wed Jan 22, 2014 2:11 pm
by Dysoch
how to get the construction robots to access all repair packs? i tried with these 2 options:

Code: Select all

    repair_pack = "repair-pack-0",
	repair_pack = "repair-pack",
	repair_pack = "repair-pack-2",
and

Code: Select all

    repair_pack = {"repair-pack-0", "repair-pack", "repair-pack-2"}
but neither works (well the first one does, but only the last placed repair_pack code.

how to get them to work correctly?

edit:
i also tried

Code: Select all

repair_pack = "repair-pack-0" or "repair-pack" or "repair-pack-2"
but here they only take the first entered (repair-pack-0!)

Re: repair packs?

Posted: Wed Jan 22, 2014 2:56 pm
by ficolas
The repairpack variable needs a string, you can only make repair robots use one repairpack I think.
The first try and the last one dont make much sense, the first one first sets the var to a thing then to another, and then to another, and the "or" is only for conditional checking, second one could make sense and if it doesnt work I guess you could post it as a request.