I cant seem to find what wrong with this, whem I type /idlemsg nothing shows up
alias /idlemsg {
set %myidlezz $input(Enter In Idle Message,129)
echo -a Idle Msg Set To: %myidlezz
idlemsg on idlealias
set %idlemsg on
}
:P
//idlemsg would be the correct syntax in your script
when you use
alias whatever {
do not put
alias /whatever {
else you gotta type / then /whatever

long story short remove the / right after alias