Use a local variable. Maybe something as such:
Code:
alias test {
  var %sml1 = blah
  if ($1 == %sml1) { say LoOoOoOoL }
}

Now when you enter: /test blah
It will return LoOoOoOoL
Then the variable unsets itself after the code finishes processing
But I don't see the point in using a local variable for this... eek

Last edited by Tomao; 07/03/09 09:41 AM.