223 @verb #8878:"afk" none none none rdo #8878 @program #8878:"afk" none none none if (this.afk) player:tell("You are no longer AFK") this.location:announce_all_but({this}, this:title() + " is no longer AFK.") this.afk = 0 this.title = this.prev_title else player:tell("You are now AFK") this.location:announce_all_but({this}, this:title() + " has gone AFK.") this.afk = 1 this.prev_title = this.title this.title = tostr(this.title, " [AFK]") endif "Last modified by Slacker (#55) on Sun Oct 28 19:34:53 2001 MST." . 0