Closed Ignose closed 11 months 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"); }
done
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"); }