Quick Start
🚀 Start a Task
- Navigate to the level or scene you want to automate.
- Click the "Start" button in the program's interface.
💻 Command Line Arguments
You can automate startup by using command line arguments.
# Example: Automatically execute the second task (daily tasks) upon startup, and exit the program once the task completes
ok-nte.exe -t 2 -e
-tor--task: Automatically execute the N-th task upon startup.1represents the first task in the task list.-eor--exit: Automatically exit the program after the task is completed.