Page 1 of 1

tf afk script

PostPosted: Tue Dec 11, 2012 8:51 pm
by raincrab
defines a /afk macro that toggles afk, updates title, and auto lurks.

Code: Select all
/set title %s
/set isafk 0

/def afk = \
   /if ({isafk} == 0) \
      /set isafk 1 %; \
      lurk on %; \
      title %title \\d10<<\\d09A.F.K\\d10>> %; \
   /elseif ({isafk} == 1) \
      /set isafk 0 %; \
      lurk off %; \
      title %title %; \
   /endif

/def doafk = \
   /if ({connected} == 1) \
      /if ({isafk} == 1) \
         yawn %; \
      /endif %; \
   /endif

/repeat -60 i /doafk

Re: tf afk script

PostPosted: Wed Dec 12, 2012 8:47 pm
by jezer
Can you post your Ruby dropping script? :P :shock: :twisted: