Looking at the actual code I see the problem. There's just no elseif for the "solostabbed" variable. I fixed it. Also side note but you can use the "or" logical operator in if statements. Such as "<<if [condition] or [condition]>>" that way you dont have to duplicate so much text. In this case to fix the issue I just changed the code to:
- <<elseif $beginningroute == "solo" or $beginningroute == "solostab">>