Ultimately,I would like to sent it up to where I can cycle up/down through barspells and then bind a button to have it go off.
Here's how far I got..
Code
state.BarSpell = M{['description']='BarSpell', 'Barfire', 'Barblizzard', 'Baraero', 'Barstone', 'Barthunder', 'Barwater'} send_command('bind ^end gs c cycle barspell') send_command('bind ^home gs c cycleback barspell') send_command('unbind ^home') send_command('unbind ^end')
It got very confusing reading how to get this correct.
Thanks in advance!