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
> 

Reply via email to