Ok, I'm having a problem with setting an auto-adventuring script up for my character. I have the code written as such:
string adventure_location = "The Hippy Camp";
if(my_adventures() > 0 && my_inebriety() <= inebriety_limit())
{ adventure(my_adventures(), to_location(adventure_location)); }...