[CODE] [NEWBIE] Set Race Prob

From: Brian Beffa (MortalCity@aol.com)
Date: 08/08/00


Sorry about sending this message to CIRCLE@QUEENSU.CA, well here is the
original message:

I put in races and I put in set for it, there are no errors, but I could type
'set name race zzz' and it would tell me 'Okay.'  If I try to do this: 'set
name race orc' and it still says ok, but it doesnt really set it

  case **:  /* set race */
    if ((i = parse_race(*val_arg)) == RACE_UNDEFINED) {
      send_to_char("That is not a valid race.\r\n", ch);
      return 0;
    }
    GET_RACE(vict) = i;
     break;

Any help would be appreciated
thanks
brian (MortalCity@aol.com)


     +------------------------------------------------------------+
     | Ensure that you have read the CircleMUD Mailing List FAQ:  |
     |  http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html  |
     +------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 04/11/01 PDT