if ( num%2 == 1 )
writeln(" <tr>");
writeln(" <td valign='top'>");
write (" ");
attr("id='it"+Feedable[i].it.to_int()+"'");
write_check( false, "it"+Feedable[i].it.to_int(), "");
writeln("");
writeln(" </td><td>");
write (" ");
writeln("<label for='it"+Feedable[i].it.to_int()+"'><b>"+color+Feedable[i].it+"</font></b></label> (" + Inventory[Feedable[i].it] + ")" );
writeln(" <br>");
> slimeling 1 Saucepan
Verifying ingredients for 17-alarm Saucepan (1)...
Verifying ingredients for 5-Alarm Saucepan (1)...
Verifying ingredients for heavy hot sauce (1)...
You need 1 more big rock to continue.
EDIT: the fix was simple enough, now the script will append a 0 to all quantities.