Check in comm.c. I believe, if I'm not mistaken the patch calls send_to_char sent_to_char.. Change that and you're all set.
------------------------------------------- TJW: Head tech, Dreamless Realms Mud Personal: http://twhiting.kyndig.com Mud: http://drealms.kyndig.com Snippets http://drealms.kyndig.com/snippets Telnet telnet://drealms.kyndig.com:9275 The OLC2 Pages http://olc.kyndig.com ------------------------------------------- -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of TandonMiir Sent: Thursday, January 10, 2002 8:34 PM To: [email protected] Subject: Re: Colour Patches... Evil >_< Well, I copied the definitions from comm.c into act_comm.c's definitions, and no change, even after removing the .o files and running a clean compile... Here a few more unique errors if this should shed any light on where I should tweak. rom24/src/act_comm.c:83: undefined reference to `send_to_char' act_comm.o:/rom24/src/act_comm.c:84: more undefined references to `send_to_char' follow collect2: ld returned 1 exit status make: *** [rom] Error 1 ----- Original Message ----- From: "Steven Radziul" <[EMAIL PROTECTED]> To: "TandonMiir" <[EMAIL PROTECTED]> Sent: Thursday, January 10, 2002 6:23 PM Subject: Re: Colour Patches... Evil >_< > > > have you defined send_to_char in merc.h? > > /* comm.c */ > void send_to_char args( ( const char *txt, CHAR_DATA *ch ) ); > > Thats a line from my merc.h that declares this function. > > If you don't got the function, I can send you a copy of it. Try this and see > if it works. -- ROM mailing list [email protected] http://www.rom.org/cgi-bin/mailman/listinfo/rom

