that didnt make much sense Mpdreamz, found a workaround solution for this problem, maybe khaled will fix in the next release.
;works, i shouldnt have to put | at the end tho.
alias bugtest {
if (1) {
if (2 == 1) { ;echo -a one | ;echo -a two | }
else { echo -a False }
}
}