Originally Posted By: Riamus2
Get rid of the amsg alias as you don't need it. /amsg is a command already.

Use what landonsandor gave you, but change the 2nd to 4th IF's to ELSEIF's rather than halting it:

Code:
alias idlemsg {
  if ($idle > 3600) { .timeridlemsg4 0 3600 amsg 3I've been an Idle Chat User for an hour now! 7 Give up saying my name!  5Please leave me a message! :) }
  elseif ($idle > 2400) { .timeridlemsg3 0 3600 amsg 3I am still an Idle Chat User! 7 Give up saying my name!  5Please leave me a message! :) }
  elseif ($idle > 1200) { .timeridlemsg2 0 3600 amsg 3I have joined the ranks of being an Idle Chat User! 7 Say my name if you need me. :) }
  elseif ($idle > 300) { .timeridlemsg1 0 3600 amsg 3I am currently joining the ranks of being an Idle Chat User! 7 Say my name if you need me. :) }
}


I now have this above format but nothing is happening on periods of idling.


Never ASSUME!!!

As it often makes and ASS out of U and ME!!