I'm wanting this to make jumps incorporating the lib and dh more doable. Having to wait for the resupply cabinet is both random and takes too long. How do I make my loadout actually switch in an instant? Not talking about binding a loadout to a key, I know how to script.
func_regenerate and impulse 101 don't work and I don't know any good scripters to ask.
bind "" "load_itempreset 0;give func_regenerate;impulse 101"
bind "" "load_itempreset 1;give func_regenerate;impulse 101"
bind "" "load_itempreset 2;give func_regenerate;impulse 101"
Is basically what I was trying to use but to no avail.