Hiyas folks .... having limb problems after patch. I *am* debugging the code so it *could* be me....
Notes on the code : This is an extract from a function
anything beginning C_ .... is a constant and pre defined
modelId is passed to this function and has been checked
* NB * currentLimb = limbCount + 1
the resulting message is "limbs must be linked in chain sequence"
Just for interest sake during testing i varied the currentLimb calue as it was passed to add limb
if currentLimb = limbCount (from checklist quantity command)
i get the message "Limb does not exist"
and if currentLimb = limbCount + 2
"limbs must be linked in chain sequence"
"No Gir ... thats BAD !"