>
> I liked this idea of body parts so i am trying to put it in and i ran
> into a problem i don't see why it's not going.
>
> /* and lets see how it got here in the first place neh? */
> act(parts[i].actout,FALSE,0,killer,0,ch,TO_ROOM);
> act(parts[i].actkil,FALSE,0,killer,0,ch,TO_CHAR);
>
> the error:
>
> error snipped out <
Heres the problem: my act() was modified, and I hadn't the
presence of mind to realize it when I cut that bit out. Try removing the
0, right before the killer part, in each act...
ie:
> /* and lets see how it got here in the first place neh? */
> act(parts[i].actout,FALSE,killer,0,ch,TO_ROOM);
> act(parts[i].actkil,FALSE,killer,0,ch,TO_CHAR);
>
This will work.
PjD
+------------------------------------------------------------+
| Ensure that you have read the CircleMUD Mailing List FAQ: |
| http://democracy.queensu.ca/~fletcher/Circle/list-faq.html |
+------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/15/00 PST