Prusias-kol / pLooper

MIT License
3 stars 2 forks source link

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

Closed Ignose closed 9 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 9 months ago

done