packweight
int packweight(void);
lprintf("\nThe stuff you are carrying presently weighs %ld pounds", (long) packweight());
if (rnd(70) > 9 * c[DEXTERITY] - packweight() || rnd(101) < 5) {
if (packweight() > 45 + 3 * (c[STRENGTH] + c[STREXTRA])) {
if (packweight() > 45 + 5 * (c[STRENGTH] + c[STREXTRA])) {