I downloaded and started to implement multimob. it says in the text file that these lines go below if(GET_CHA(mob) != 11) fprintf(mob_file, "Cha: %d\n", GET_CHA(mob)); but those lines don't exist, in any file.. the lines i am to insert are these if(GET_ATTACK1(mob) != 0) fprintf(mob_file, "Att1: %d\n", GET_ATTACK1(mob)); if(GET_ATTACK2(mob) != 0) fprintf(mob_file, "Att2: %d\n", GET_ATTACK2(mob)); if(GET_ATTACK3(mob) != 0) fprintf(mob_file, "Att3: %d\n", GET_ATTACK3(mob)); could i get some pointers on where to add these? i'm sure someone knows :) //Peter _________________________________________________________________ Skicka snabbmeddelanden till dina vänner online med MSN Messenger: http://messenger.msn.se -- +---------------------------------------------------------------+ | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html | | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html | | Newbie List: http://groups.yahoo.com/group/circle-newbies/ | +---------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 06/25/03 PDT