This release adds chaining functionality to tasks! Using Tasks.chain([task1, task2, ...])
, you can transform a list of tasks into a single task, with each subsequent task set as the previous task's parent. This release also adds TaskWithdrawAll
to accompany TaskTransferAll
, adds a nextPos
option to prevent creeps from idling for a tick while switching tasks, and fixes various bugs.