Skip to content

creep-tasks 1.3.0

Latest
Compare
Choose a tag to compare
@bencbartlett bencbartlett released this 01 Aug 23:08
· 4 commits to master since this release

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.