Hello,
I thought i had the right command for my processor to choose the amount of operators needed depending on the item type that was on the processor.
setvarnum(bayrepair,"nrofprocessoperators",gettablenum("ProcessTimes",getitemtype(item),3));
This script seems to return a value of 0 as no operators move to the processors during the runtime.
ProcessTimes is the name of my global table.
IS this possible, or do i have to use an onentry trigger of some kind. if so, how would that code look? I'm a bit new and still getting the training wheels greased.
Thanks!