Page 1 of 1

Detecting when a custom inserter picks up an item

Posted: Wed Sep 21, 2016 10:01 pm
by pfg
I already have a custom inserter, and I want to know when it picks up an item so I can replace it with something else. How can I do this?

Re: Detecting when a custom inserter picks up an item

Posted: Wed Sep 21, 2016 10:26 pm
by DaveMcW

Re: Detecting when a custom inserter picks up an item

Posted: Wed Sep 21, 2016 10:42 pm
by pfg
so... not yet?

Re: Detecting when a custom inserter picks up an item

Posted: Wed Sep 21, 2016 11:05 pm
by AntiElitz
I tried this as well. Seems like you have to check on_tick weather the inserter has an item it's arm. This turned out too inefficient UPS wise for me, but should work fine with few entities (maybe up to 100)