> > What is the purpose of the check: > if (GET_IDNUM(ch) > 1) { > send_to_char("Dont use this command, yet.\r\n", ch); > return; > } > > in the code to set player passwords? > > Fireball It's a security measure (with a deceptive error message) to allow only the master imp (the first char created) to change player passwords. --Jeremy
This archive was generated by hypermail 2b30 : 12/18/00 PST