Hi,
I try to use $input but it always gives me an error that if I can not use it.

Code:
on *:notice:*Este nick está registado e protegido*:*:{
  if ($nick == NickServ) {
    if (%password) {
      .autojoin -s
      nickserv identify $decode(%password)
    }
    else {
      var %password = $input(Enter the password:,ep,NickServ)
      set %password $encode(%password)
    }
  }
}


Code:
* $input: cannot use in an event (line 8, script3.ini)

Does anyone have a solution?
Thank you!


TECO
irc.PTirc.org (Co-Admin)