--- [EMAIL PROTECTED] wrote:
> How would I load an array from a player file (it saves fine)?

Try this instead..

save:

fwrite(fp, "Bleed_1");
for (i = 0; i < 6; i++)
{
             fprintf( fp, " %d", ch->pcdata->bleed_1[i]);
}
fwrite(fp, "\n");


Your load function will then work the way you have it.


~Kender

=====
-----BEGIN GEEK CODE BLOCK-----
Version 3.1
GCS/L/C/O d-(+) s++:+ a-- C+++$>++++ UBLS++++$ 
P+++(--)$ L++>+++ E--- W+>++$ N !o K? w(--) !O 
M- !V PS+ PE(++) Y+ PGP->+ t- 5 X+() R(+) tv+@ 
b++(+++) !DI+++ D G(-) e>+++$ h---() r+++ y+++
------END GEEK CODE BLOCK------

__________________________________________________
Do You Yahoo!?
Yahoo! Games - play chess, backgammon, pool and more
http://games.yahoo.com/

Reply via email to