Sorry it took so long to get back on this, and thanks for all your help so far.
I did totally screw up about testing if the homemade robot should count as 1 or 0 pounds.
Here are the issues I have had with the script (all surrounding the robot and mimic, of course).
1) The script is still attempting to train the robot. I believe that it should be excluded in the section starting at line 95, and then there will be no need to exclude it in the weight calculation in line 111.
Right now, it is taking out the robot, adjusting its weight to include weight from useless parts, then putting it back. But I think that if it really was 1 pound, and I had never used any parts with it, the script would keep training the robot indefinitely.
2) Lines 864 and 871
cause error "[¶-1] has no matches."
I think these can be deleted.
I did totally screw up about testing if the homemade robot should count as 1 or 0 pounds.
Here are the issues I have had with the script (all surrounding the robot and mimic, of course).
1) The script is still attempting to train the robot. I believe that it should be excluded in the section starting at line 95, and then there will be no need to exclude it in the weight calculation in line 111.
Right now, it is taking out the robot, adjusting its weight to include weight from useless parts, then putting it back. But I think that if it really was 1 pound, and I had never used any parts with it, the script would keep training the robot indefinitely.
2) Lines 864 and 871
PHP:
else equip($item[none]);
cause error "[¶-1] has no matches."
I think these can be deleted.