> From: Leonard Burns IV <lburns@continet.com> > > Just recently I think Sky posted something about a Push command, I put > it in and added all the respective code to enable it and when I compile > I get this error from act.offensive.c (which is where I put > ACMD(do_push): > > act.offensive.c: In function 'do_push': > act.offensive.c:422: 'dirs' undeclared. > > Anyone have any fixes for this? I see a 'char const *dirs' in > constants.c, so I add 'char const *dirs' to the do_push function but I Change it to extern char *dirs[]; > get other errors about passing invalid args. Any would be appreciated. > -- > Leonard Burns IV > lburns@continet.com > > -Johan +-----------------------------------------------------------+ | 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/18/00 PST