I'm trying to merge two different Assembler codes into one. Basically, a small bit of code that do one thing into a larger code so I can use them together more easily. I managed to add them together whereas I can manually activate the smaller code, but I'm also trying to add a keybind for it via the pre-existing code. I'm not sure how to integrate that. As far as I've gotten, pressing the key causes crashes. After more editing, the code just doesn't work.