Difference for server/monster.c from version 1.25 to 1.26


version 1.25 version 1.26
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_monster_c =   * static char *rcsid_monster_c =
  *    "$Id: monster.c,v 1.25 2001/06/13 12:51:58 michtoen Exp $";   *    "$Id: monster.c,v 1.26 2001/06/29 05:59:46 mwedel Exp $";
  */   */
   
 /*  /*
Line 1352
 
Line 1352
   if(npc->script_say != NULL)    if(npc->script_say != NULL)
   {    {
     guile_call_event(op, npc, NULL, 0, txt,0,0,npc->script_say, SCRIPT_FIX_ALL);      guile_call_event(op, npc, NULL, 0, txt,0,0,npc->script_say, SCRIPT_FIX_ALL);
     return;      return 0;
   };    }
   if (npc->script_str_say !=NULL)    if (npc->script_str_say !=NULL)
   {    {
     guile_call_event_str(op,npc,NULL,0,txt,0,0,npc->script_str_say, SCRIPT_FIX_ALL);      guile_call_event_str(op,npc,NULL,0,txt,0,0,npc->script_str_say, SCRIPT_FIX_ALL);
   };    }
   
   if(npc->msg == NULL || *npc->msg != '@')    if(npc->msg == NULL || *npc->msg != '@')
     return 0;      return 0;


Legend:
line(s) removed in v.1.25 
line(s) changed
 line(s) added in v.1.26

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:38