Whoops - just realized I tore more out of that proc than required
- I didn't leave in the part where it checks if you're actually eating the
cracker (as opposed to anything else). Pretty easy though -
...
half_chop(argument, arg, buf);
if (!*arg) {
return 0;
}
if(!isname(arg,cracker->name))
return 0;
}
...
in the correct place should do it.
PjD
+------------------------------------------------------------+
| Ensure that you have read the CircleMUD Mailing List FAQ: |
| http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
+------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/15/00 PST