...
For example, if you only use construction droids to collect items, you'd update the setting like this:
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
backport._$.eventPickup = DROID_CONSTRUCT; // filter droid iteration to construction droids |
...
...
For example, if you only use construction droids to collect items, you'd update the setting like this:
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
backport._$.eventPickup = DROID_CONSTRUCT; // filter droid iteration to construction droids |
...