Inceptor by throatslip
Description: Auto set organizer to container based on hue, If you like to keep a dye tub you always dye your loot bag this will automatically reset your organizers right after you dye a new bag Its set for organizers 1 and 2
1# Inceptors 1st upload!
2# Auto set organizer to container based on hue,
3# If you like to keep a dye tub you always dye
4# your lootbag this will automatically reset
5# your organizers right after you dye a new bag
6
7#use >info on your dyed bag the hue >> V << goes there
8 if findtype 'bag' backpack 219 as Lootsac 0
9#change this number to your preferred >> V << organizer (01 just a 1 wont work)
10 hotkey 'Set Organizer HotBag-01'
11# Put your bags Hue number here >> V << lil exta touch to make overhead same hue as bag mines 219
12 overhead 'Organizer Bag 1 set' 219
13waitfortarget
14targettype 'bag' backpack 219
15 endif
16
17 #Wooden box If you like to lock your loot up
18 if findtype 3709 backpack 0 as Lockbox 0
19 hotkey 'Set Organizer HotBag-02'
20 overhead 'Lockbox set' 76
21 waitfortarget
22targettype 3709 backpack 0
23 endif