At 05:05 PM 12/5/97 -0600, you wrote: >I have made the following things: > >/**************************/ >struct abil_desc { > int rnum; > char e_desc; >}; >/**************************/ > >char abil_desc_parse[] = { >"blah blah blah blah\r\n >blahblahblahblah\r\n >blah blah blah\r\n", > >"\0" >}; [*snip*] try: char abil_desc_parse[] = { "blah blah blah blah\r\n" "blahblahblahblah\r\n" "blah blah blah\r\n", just a hunch. =) StormeRider --- http://www.windsofstorm.net/wos/ silk@ici.net --- telnet://cmoo.com:4004 +------------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://democracy.queensu.ca/~fletcher/Circle/list-faq.html | +------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/08/00 PST