> > if (!strcmp(arg, "yes") || !strcmp(arg, "YES")) { > SET_BIT(PLR_FLAGS(ch),PLR_OUTLAW); > send_to_char("You are now an outlaw, there is no turning back!\n\r",ch); > return; > } > } Well if you want "yes" for confirm, it will set flag if you say anything but that according to the above snip of code. if (strcmp(arg, "yes") || strcmp(arg, "YES")) { ...... =c=
This archive was generated by hypermail 2b30 : 12/07/00 PST