[Circle] Poofs

From: Klaus Greve Fiorentini (kgreve@dcc.unicamp.br)
Date: 08/06/96


I've followed the instructions below but they don't work.
Does anybody has good way off saving poofs?

>
>                         Saving Poofins And Poofouts
>
>Basically in db.c in char_to_store, I have:
>
>   POOFIN(ch) = st->player_special_data.poofin;
>   POOFOUT(ch) = st->player_special_data.poofout;
>
>In store_to_char, I have:
>
>        if (POOFIN(ch))
>            st->player_special_data.poofin = POOFIN(ch);
>        else
>            st->player_special_data.poofin = '\0';
>
>Finally, in structs.h in the specials structure, add:
>
>        char *poofin;
>        char *poofout;
>

The structure player_special_data doesn't exists on st!

Thanks in advance.

Klaus Greve Fiorentini.

+-----------------------------------------------------------+
| Ensure that you have read the CircleMUD Mailing List FAQ: |
|   http://cspo.queensu.ca/~fletcher/Circle/list_faq.html   |
+-----------------------------------------------------------+



This archive was generated by hypermail 2b30 : 12/07/00 PST