I was just wondering if my theory here works. After the place
where height is determined in db.c for new characters, i added a
switch(GET_RACE(ch)) because i added races and i want the heights to
differ. Can i just use:
switch (GET_RACE(ch)) {
case RACE_HUMAN;
break;
case RACE_BLAH;
ch->player.height *= .75;
break;
etc..
This is just an example but will the multiplying by decimal work or am i
doing this wrong?
This archive was generated by hypermail 2b30 : 12/07/00 PST