At 09:48 PM 3/1/99 -0700, you wrote: <SNIP> >As you can see from the log, it is proclaiming that get_line, two_arguments, >and load_char are undefined. By the #include statements and the greps, you can >see that get_line and load_char most certainly included! I've also extern'd >two_arguments in autowiz.c as well and it's being proclaimed as being >undefined. > >Any ideas what's going on and how to fix? The problem is that the autowiz is made into a exe file of it's own. So you have to either make something that will open all your ascii files or incoperate autowiz into the main code. <SNIP> if (load_char(arg2, &player) < 0) continue; You can't use the load_char from the mud. You have to rewrite that one to work offline. <SNIP> +------------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html | +------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/15/00 PST