Re: Item Transfers to Corpses

From: Joe Frohne (frohne@POST.ITS.MCW.EDU)
Date: 12/28/97


> In the function to transfer items and equipment to a corpse, how do I
> set it so that items of type ITEM_KEEP (or whatever) are not transferred
> to the corpse?

I don't have the code in front of me, but here is a little psudocode

if !ITEM_KEEP
  do transfer_code
else
  do something_else_with_item

Basicaly put in a little if statement to check if item is supposed to
be transfered or not.

Hope this helped...

Joe


     +------------------------------------------------------------+
     | 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/08/00 PST