I have those scripts:
Code:
on NS:NOTICE:*Password Incorrect*:*:{
  if (%ns.sup == yes) ErrNSpass
}

ErrNSPass {
  if (($?!="WARNING ! Your identicifaton password for $me is wrong ! Do you want to change it ?") == $true) {
    set %IDPass $$?*="Enter your new password: " 
    .msg ns identify %IDPass
    %IDPass = $encode(%IDPass,m)
  }
}



And I get this error: * $?: can't use in an event (line 89, a2.tms)

How can I avoid it ?