hello again,

i'm having trouble with inserting an alias and it's most likely that i'm overlooking something but i can't figure out what..

this is the code:
Code:
echo 4 -s _____________________________ 12-=Welcome to 11A7M4S12=- _________________________
  echo 4 -s _________________ 12Designed by Nick & Nick (Undernet) for mIRC 6.16 _______________
  echo 4 -s ___________ 12Check the AMS.txt and AMS.hlp files for help information ___
  echo 4 -s $currentnick $+ _______ 0You have run this script4 %runtimes 0times. _____________________ 
  echo 4 -s ______________________________________________________________________________________ 


and this is the alias i'm trying to implement:
Code:
 currentnick {
if ($me == none) || ($me == AMS) || ($me == blank) {   echo 0 -sm Current Nick: $+  $+ 4 $+ N/A $+  }
else { echo 0 -s Current Nick:  $+  $+ 4 $+ $me }
} 


this is loaded from the on start event, and the problem is that when it calls the alias it seems to ad it on it's own line istead of exactly where it's supposed to be...??? and i don't understand why.

can anyone help with this?

thanks in advance smile