No thats right it's sapose to be in interp. Make sure at the top of the function you set found = FALSE; and when it finds a command set found to TRUE. And then make sure you acctuly have some socials that are being loaded.
----- Original Message ----- From: "Rait" <[EMAIL PROTECTED]> To: "Dale Kingston" <[EMAIL PROTECTED]>; "Dale Kingston" <[EMAIL PROTECTED]> Cc: <[email protected]>; "Rait" <[EMAIL PROTECTED]> Sent: Tuesday, May 20, 2003 6:37 AM Subject: Re: Erwin's Sedit > if (!found) > { > if (!check_social(ch, command, argument)) > send_to_char("Huh?\n\r", ch); > return; > } > > This is what I have in void interpret > > Should it be standalone somewhere? > > > > That is all you added? You did add a check towards the bottom of > > interp? > > > > if (!found) > > { > > if (!check_social) > > { > > send_to_char("Huh?\n\r"); > > return; > > } > > > > return; > > } > > > > You didn't add anything like that? > > > > > > ----- Original Message ----- > > From: "Rait" <[EMAIL PROTECTED]> > > To: <[email protected]> > > Sent: Sunday, May 18, 2003 1:50 AM > > Subject: RE: Erwin's Sedit > > > > > > > This is what I added to the files > > > > > > > > > > > > > > > INTERP.H > > > > > > > > > -------- > > > > > > > > > DECLARE_DO_FUN( do_sedit ); > > > > > > > > > > > > > > > INTERP.C > > > > > > > > > -------- > > > > > > > > > { "sedit", do_sedit, POS_DEAD, L3, LOG_ALWAYS, 1 }, > > > > > > > > > > > > > > > > > > -- > > > ROM mailing list > > > [email protected] > > > http://www.rom.org/cgi-bin/mailman/listinfo/rom > > > > > > > -- > > ROM mailing list > > [email protected] > > http://www.rom.org/cgi-bin/mailman/listinfo/rom > > >

