My plan was to label each task as P#_TaskName and split it by "_" to use P# as the unique ID aka profile ID
Inside the macro, P1 would always take line 1 from accounts.txt, P2 takes line 2, etc. so one account doesn't log in multiple times by accident.
InputSettings would be a good work...