As the title. Is it possible to make comment out things, just to help describe what's going on here, or other purposes? Could make a game, and even have an optional commentary system in it, for lulz.
Could be done with
%%COMMENT% = %1% So, this is where the system takes all the previous variables, resets em all and puts them to something random. %% . Thus, if the comment variable isn't 1 (or doesn't exist), that won't show up.
But is there another way?