tf afk script

Other clients used. jmc/tinyfuge, ect.

tf afk script

Postby raincrab » Tue Dec 11, 2012 8:51 pm

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
raincrab
 
Posts: 18
Joined: Thu Oct 18, 2012 5:46 pm
Status: Offline

Re: tf afk script

Postby jezer » Wed Dec 12, 2012 8:47 pm

Can you post your Ruby dropping script? :P :shock: :twisted:
"Don’t let me become the man that I say that I despise."
User avatar
jezer
Hall of Fame Avatar Poster
 
Posts: 1433
Joined: Mon Oct 17, 2005 4:08 am
Status: Offline


Return to Other Clients

Who is online

Users browsing this forum: No registered users and 3 guests

cron