Frosttfire
New member
anyone know why my harvest no matter what resets all data when i run it? same setup/prefs as my old pc but still wipes
No it isn't absolutely necessary to use a consumption script.
Yes you can tell it that you want to manually manage consumption.
I looked and it's about a 2 second change to the script. That being said... eh, random swearing, I've answered the question, and that didn't make me feel especially compelled to make an extra effort. I've let you know it's possible, which is what you asked for.
If it complains about your organs not being filled, fill them?
I really want to use this script but those restrictions are annoying as fuck
I came here seeking help and you just responded with "I know what to do to solve your problem but I can't be bothered to tell you"? Sir you are bloody useless as well as an asshole, thanks for nothing.
Your use of profanity to negatively describe the script you're trying to use and people that could help you use it the way you want is the best way to ensure that people go out of their way to not help you.
take_closet(my_closet_meat());
closet_meat()
int casts_needed = ceil(turns_needed / turns_per_cast(the_skill).to_float());
int casts_needed;
if(turns_per_cast(the_skill)==0){
casts_needed = 0;
}else{
casts_needed = ceil(turns_needed / turns_per_cast(the_skill).to_float());
}