WaywardGame / tars

TARS is a bot that will play Wayward by itself, doing tasks such as gathering resources, setting up a camp, hunting, getting food/water, and more!
MIT License
9 stars 0 forks source link

[Improvement] Allow for limiting TARS actions by time. #10

Open Muchaszewski opened 1 year ago

Muchaszewski commented 1 year ago

Description Currently, when enabling TARS, it will keep performing tasks until there is nothing left to do. This can lead to TARS running for an extended period of time, potentially causing issues or being less efficient than desired.

Solution I propose adding a timer feature that allows users to set a specific duration for TARS to run. Once the timer runs out, TARS should stop its current task and halt further actions. This would give users more control over TARS' behavior and potentially improve its efficiency during gameplay.

Alternatives An alternative would be to allow users to set a specific number of tasks for TARS to complete before stopping. However, this may be less flexible than using a timer, as different tasks can take varying amounts of time to complete.