> void do_newbie(struct char_data *vict) > { > struct obj_data *obj; > int give_obj[] = {3043, 3071, -1} > /*here you can add the objects you want the > newbie to have, end the list with a -1/* > int i; > > for (i = 0; give_obj[i] != -1; i++) { > obj = read_obj(give_obj[i], VIRTUAL); > obj_to_char(obj, vict); > } > } > eek.. I can see many bugs originating from that stringy code. Ryan
This archive was generated by hypermail 2b30 : 12/07/00 PST