Hello

I'm making a text-based adventure game with C++. It includes lots of random variables and cases, which is hard to keep track of. Is there any way that, instad of this:

if (e == 1)...