Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. afk {
  2. if (%away == $null) {
  3. away $1-
  4. %reason = $1-
  5. %time.left = $time(h:nntt)
  6. %ticks.now = $ticks
  7. %away = 1
  8. ame is away: $1-
  9. halt
  10. }
  11. if (%away == 1) {
  12. away
  13. %ticks.this = $ticks
  14. ame is back from %reason - Left at: %time.left - Time now: $time(h:nntt) - Duration: $duration($calc(($ticks - %ticks.now) / 1000))
  15. unset %away
  16. %reason = No Reason Specified
  17. }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement