Hello, I am working on using aliases and binding keys.
I would like to use Itemizer's "get" and "put" functions in an alias. I do not want to bind it to a key. I want to type //fire and have it perform the function.
alias /fire input /get flame sachet case;input /get suzaku's sune-ate case;
This will get the 2 items from my case and put it into my inventory so I can equip them. This won't work. I have tried many different ways.
This DOES work if you bind it to a key and use /\/get.
I have tried input /lua invoke Itemizer get name case. I've tried using console and all different cariations of /get, //get & /\/get.
Does anyone know how I would do this?
Thank you!