ok ive got something like this

Code:
  var %read, %Name, %Age
  sockread %read 

  if (*<strong>Name* iswm %Read) {
    sockread %Read
    %Name = %Read
  }

  if (*<strong>Age* iswm %Read) {
    sockread %Read
    sockread %Read
    %Age = %Read
    info %Name %Age
  }


alias info echo -a $1-

but i cant seem to send %Age and %Name to an alias proeprly, how do i do it?

Last edited by pouncer; 13/09/06 11:17 AM.