Nested too deeply

10/26/2021 16:33 2ez4kiks#1
Nested too deeply.
I tried to add Switch equip on K18. I follow all the instructions. but 1 error pop out. Can someone help me to this error?

compiler limit: blocks nested too deeply Neuz D:\MYSERVERFILES\Source\Source\_Interface\WndManag er.cpp 1862
:handsdown:
10/30/2021 15:23 sebariio#2
You have more than 127 else if blocks. While this ought to compile and it's certainly a bug in Microsoft's C++ compiler, it's still a pretty strong smell that something is wrong with your code.