> here is my command > (this is basic mind you) > --- snip ---- > ACMD(do_change) > { > int parse_race(char arg); > > if (GET_RACE(ch) == RACE_WHUMAN) { > GET_RACE(ch) == parse_race("l"); > } else > GET_RACE(ch) == parse_race("w"); > } > > ---snip--- Try using the assignment opertor "=" instead of "==" which is for comparison.
This archive was generated by hypermail 2b30 : 12/07/00 PST