that didnt make much sense Mpdreamz, found a workaround solution for this problem, maybe khaled will fix in the next release.

Code:
;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 }
  }
} 

Last edited by HellRaz0r; 22/12/06 11:58 AM.