1. pc.cocks[0].cLengthRaw = length in inches
[0] is an array. It starts counting at 0, so [0], is the first cock.
2. pc.createCock()
pc.copyCock(1, 0)
(Index to copy to, Index to copy from), so 1, 0 will copy from the first cock (index 0) to the 2nd (index 1).
3, pc.removeStatusEffect('Blue...