On Thursday, July 04, 2002, Mathew Earle Reuther wrote: > Has anyone done any work with a recent version of circle adding ASCII > Pfiles? I've been working all afternoon (Ok, it's only 2, but I started > at about 10) on integrating the version on the FTP site built for bpl19 > and have had no luck. I'm working on it right now. > The save_char function in particular has been giving me grief, as the > number of parameters passed in bpl21(22) is only one, whereas the ascii > pfiles looks for 2. bpl21 no longer takes the load room as a parameter. So, in your new save_char you need to get rid of references to the load room and delete the loadroom routine. so instead of void save_char(struct char_data * ch, room_rnum load_room), you need simply save_char(struct char_data * ch). I haven't fixed all of my errors yet, but I won't be able to finish until later tonight. Hope this helps. Jeff Jones -- +---------------------------------------------------------------+ | 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