Neilsen wrote:
Spectrum wrote:
just click e
nono not that he wants a bind that deletes 5 different items at the same time
no idea what it is to remove all of it but you would have to use a cfg i would imagine
make a config file called "deletescrews" and put in that config
_inven delete "screws" 20
make one called "deleteglass" and put in that config
_inven delete "glass shards" 20
then just put this in console
bind mouse1 +use; _inven delete carrot 5; _inven delete melon 5; exec deletescrews; exec deleteglass
if that console command doesnt work try
bind mouse1 +use; _inven delete carrot 5; _inven delete melon 5; exec deletescrews.cfg; exec deleteglass.cfg
if that doesnt work just throw the one above in your autoexec