Posted June 04, 2023 by DrunkinProductions- CuZzIn ViNnY
#updates
Fix ending 5/6 in update 1.2
Problem before fix
if %number1% == 1 Ending 4/6
if %number1% == 2 Ending 5/6
Probem after fix
if %number1% == 1 Ending 4/6
if %number2% == 2 Ending 5/6
Error explanation
both options connected to ending 4/6 because options twos code said if %number1% == 2 Ending 5/6
instead of option twos code saying if %number2% == 2 Ending 5/6