Feature - Rejected Parse evilometer output and print to cli

lostcalpolydude

Developer
Staff member
There's this alias. If you have the prefref alias that's been posted around here, then "prefref cyrpt" will do. KoL's quest tracker includes it. I don't know that it's really worth adding.
 

Bale

Minion
Here's how to add the command with nicer formatting than prefref will provide.

alias cevil => ashq foreach l in $strings[Total,Alcove,Cranny,Niche,Nook] print_html("<b>"+l+"</b> - "+get_property("cyrpt"+l+"Evilness"))
 
Top