[Circle] reroll in char gen

From: Brian Williams - Nashak (bmw@efn.org)
Date: 11/06/96


I know I have to add a #define CON_ROLL... case CON_ROLL in nanny, takeout
all calls to roll_real_abils..
I only forgot waht con_roll should look like..
my geuss would be:
case CON_ROLL:
  roll_real_abils(d->character);
  sprintf(buf, "%d %d %d %d %d %d", str int wis dex con cha);
  send_to_char(buf, d->character);
  send_to_char("DO you wish to keep these stats?");
  scanf("%s", &yn);
  switch (yn) {
    case 'Y':
      ....
    default: STATE(d) = CON_ROLL;
... not exactly.. or near that probably.. but something like that is what
I'm planning on doing.. does anyone have this already done.., and want to
share the case CON_ROLL from nanny? thanks in advance

		 	   |-\ \            / /
			    \ \ \          /<
			     \ \-|        /  \
                              ..... asha .....
				bmw@efn.org
			      mud.penguin.net
				    4000

+-----------------------------------------------------------+
| Ensure that you have read the CircleMUD Mailing List FAQ: |
|   http://cspo.queensu.ca/~fletcher/Circle/list_faq.html   |
+-----------------------------------------------------------+



This archive was generated by hypermail 2b30 : 12/18/00 PST