All 3 scripts were very useful. Thank yall. I'm going to go ahead and use the easiest one until I can play a little with the more advanced ones. Still learning my things so bare with me please.
Code:
  alias /PMon { set %awy.stat on | echo -a Away Skript 0n | /say Away Script On

  if ($1 != $null) { set %awy $1 }
  set %reason $$?="Reason?"
}
alias /PMoff { unset %awy.stat | echo -a Away Skript Off | /say Away Script Off }
On ^*:open:?:{
  if (%awy.stat == on) {{ msg $nick Sorry I'm Currently Away  Right Now %reason $+ , Please Leave A Message and I'll Get Back To You As Soon As I Can
} 
if !$notify($nick) {halt} }

}


I don't know where I'm messin up. Can someone help? confused