Hello
In the init file I have made commands to bind certain commands such as opening sack,satchel,case,wardrobe.
I'm trying to make a command to help me toggle between sets in lua.
So the command is, if i were type from the chat bar, //gs c toggle TP set
I wanted to bind that to a key. I typed in the init file: bind ^q input //gs c toggle TP set
didnt work
Tried it as: bind ^q input "//gs c toggle TP set"
didnt work.
Verified that typing //gs c toggle TP set does work. Something is wrong with the bind key command I wrote. Please help, and thank you!