diff --git a/addons/autocontrol/autocontrol.lua b/addons/autocontrol/autocontrol.lua index 1b2ce8a89..159784c49 100644 --- a/addons/autocontrol/autocontrol.lua +++ b/addons/autocontrol/autocontrol.lua @@ -256,7 +256,7 @@ windower.register_event('addon command', function(comm, ...) local attach = args:sconcat() add_attachment(attach,slot) end - elseif comm == 'equipset' then + elseif comm == 'equipset' or comm == 'e' or comm == 'equip' then if args[1] then attach_set(args[1]) end @@ -290,7 +290,7 @@ windower.register_event('addon command', function(comm, ...) log(' 1. help - Brings up this menu.') log(' 2. setlist - list all saved automaton sets.') log(' 3. saveset - saves to your settings.') - log(' 4. equipset - equips to your automaton.') + log(' 4. equipset or equip or e - equips to your automaton.') log(' 5. attlist - gets the attachment list for ') log(' 6. list - gets the list of currently equipped attachments.') log(' 7. maneuvertimers - Toggles showing maneuver timers on/off.')