Try this
Code:
raw 301:*:{
  if $3 {
    set $+(%,away,.,$network,.,$2) $3-
  }
}
raw 317:*:{
  if $($+(%,away,.,$network,.,$2),2) {
    echo -a $2 is away for $v1 Duration: $duration($3)
  }
  else {
    echo -a $2 is not marked as away, but has an idle time of $duration($3)
  }
}