>In the pet_shop spec_proc the argument for pet names >ends up being converted to lower case. >i.e. buy puppy Brutus => ends up being brutus > >Any other ideas, thoughts, or pointers? What about: sprintf(buf, "%sA small sign on a chain around the neck says 'My name is %s'\r\n", pet->player.description, CAP(pet_name)); pet->player.description = str_dup(buf); --- Afizal Mustapa Petaling Jaya, Selangor, Malaysia. (amustapa@hotmail.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