Created: 03/04/2022, 04:09:21 PM Updated: 03/04/2022, 04:09:33 PM View Change History
1
2
3
4
5
6
7
8if not listexists 'organizers'
9 createlist 'organizers'
10 pushlist 'organizers' 'organizer agent-01'
11 pushlist 'organizers' 'organizer agent-02'
12 pushlist 'organizers' 'organizer agent-03'
13 pushlist 'organizers' 'organizer agent-04'
14 pushlist 'organizers' 'organizer agent-05'
15 pushlist 'organizers' 'organizer agent-06'
16 pushlist 'organizers' 'organizer agent-07'
17 pushlist 'organizers' 'organizer agent-08'
18 pushlist 'organizers' 'organizer agent-09'
19 pushlist 'organizers' 'organizer agent-10'
20endif
21
22for 2
23 foreach agent in organizers
24 overhead agent 77
25 clearsysmsg
26 hotkey agent
27 wait 200
28 if not insysmsg 'Organize Agent did not find any items to move'
29 while queued
30 overhead 'Waiting..' 693
31 wait 500
32 endwhile
33 if insysmsg 'cannot hold more weight'
34 overhead 'Box full!' 693
35 endif
36 endif
37 endfor
38endfor
39
40overhead "Organizer Complete!" 88