@verb #2731:"title" this none this rxd #2731
@program #2731:"title" this none this
title = this.title_normal
"If you want to be seen as asleep while invis: if (!this:connected(0))"
if (!this:connected())
title = this.title_idle
return tostr("" + title + "")
elseif (this.afk)
title = this.title_idle
return tostr("" + title + "")
elseif (this:idle_seconds() >= 1800)
title = this.title_idle
return tostr("" + title + "")
else
return tostr("" + title + "")
endif
.