Ok, compiles now, but I have a minor problem. 1) It didn't get the gold
from the corpse in order to split it, which I fixed. 2) Now that that
is fixed, it gets gold from corpse, but the next line says Huh?? Which
is where it is supposed to split the gold. here is my code:
if (IS_NPC(victim)) {
local_gold = GET_GOLD(victim);
sprintf(buf, "split %ld", (long)local_gold);
}
die(victim);
if (IS_AFFECTED(ch, AFF_GROUP) && (local_gold > 0))
if (PRF_FLAGGED(ch, PRF_AUTOSPLIT))
command_interpreter(ch, "get gold corpse"),
command_interpreter(ch, buf);
Any ideas??
---------------------------------------
|from: John C. A. Bambenek & |
| Christina M. Drummond |
|bambenek@alecto.physics.uiuc.edu |
|http://www.physics.uiuc.edu/~bambenek|
|--------------------------------------
This archive was generated by hypermail 2b30 : 12/07/00 PST