Theraze
Active member
From looking at the lines, it runs exactly the way I'd expect from this:
You've said you're eating an amount, you have a value named amount...
If you do change to work based on fullness, the int should probably change its name as well as the description.
Code:
//Decide which sushi is the best and eat the specified amount of that sushi
boolean eat_sushi(int amount,int value_of_adventure, string booze_to_drink)
If you do change to work based on fullness, the int should probably change its name as well as the description.