Ah, how stupid of me to make that error

Thanks for the help everyone! smile

Edit: I now have the following piece of code:

Code:
alias finddead {
  if ($regex($1-, /(killed \w+)/i)) {
    var %died $remtok($regml(1),killed,1,32)
  }
  return %died
}


It is supposed to return the word after the word "killed" but it doesn't work if the word contains symbols. How do I fix that?

Last edited by Tzar469; 21/02/08 04:55 AM.