This is part 2 of my if else parser. Part 2 is only needed for elif statements.
if
else
elif
Note: From the elif result from part 1 add a #end to close the statement. I might change it a bit in the future so this isn't needed.
#end
Part 1 can be found here