Re: [code] spell_parser.c for multiclassing

From: George Greer (greerga@circlemud.org)
Date: 11/15/02


On Thu, 14 Nov 2002, peter dahlgren wrote:

>i have rewritten the check for this one, so  GET_CLASS(ch) == GET_CLASS(tch) ? skill_name(spellnum) : buf
>
>will not be neccesary anymore... is skill_name(spellnum) the "TRUE" statement here?

Now that I've recovered from the shock of the question and obvious lack of
effort on the part of the poster...

Please, buy a C book.

int main(void)
{
  puts(1 ? "true" : "false");
  return 0;
}

--
George Greer
greerga@circlemud.org

--
   +---------------------------------------------------------------+
   | 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