Prusias-kol / pLooper

Customizable Loop Wrapper for the game Kingdom of Loathing
MIT License
3 stars 3 forks source link

pLoop doesn't detect Halloween and automatically run garbo nobarf, then freecandy #1

Closed Ignose closed 11 months ago

Ignose commented 1 year ago

Solution: Create a case statement, or introduce the following code in garboUsage directly after useLodestone()

if (holiday() == "Halloween"){ if (yachtzeeAccess()) cli_execute("garbo candydish yachtzeechain nobarf" + x); else cli_execute("garbo candydish nobarf" + x); cli_execute("freecandy"); }

Prusias-kol commented 11 months ago

done