Well i want to create a remote that will use variables for smileys..i cant use input for i allready have an input script.i thought it would be somehting like this :
Code:
alias sml {
  if ($1 != $null) {
    if (%sml. [ $+ [ $1 ] ] == $null) {
      set %sml. [ $+ [ $1 ] ] $$?="Greet Msg:"
    }
    else { beep $input($+(There is already a smiley set for $1 $+ .,$crlf,Check your smileys),o,Problem) }
  }
}


but i dnt know how to trigger it...any help?

Last edited by Legolioum; 07/03/09 01:39 AM.