415
edits
mNo edit summary |
mNo edit summary |
||
Line 9: | Line 9: | ||
} | } | ||
alias updatemystats { | |||
if ($exists(e:\aom\MyStats.ini)) { set %aom.file e:\aom\MyStats.ini } { | if ($exists(e:\aom\MyStats.ini)) { set %aom.file e:\aom\MyStats.ini } { | ||
set %anidbepcount $readini(%aom.file, anidb, episodecount) | set %anidbepcount $readini(%aom.file, anidb, episodecount) | ||
Line 18: | Line 18: | ||
set %epswatched $readini(%aom.file, mylist, episodeswatched) | set %epswatched $readini(%aom.file, mylist, episodeswatched) | ||
} | } | ||
} | |||
on *:START:.timer 0 5 updatemystats | |||
save the file as statwhoring.mrc or something like that :) | save the file as statwhoring.mrc or something like that :) |
edits