> void show_obj_to_char(struct obj_data * object, struct char_data * ch, > int mode) > { > .... > strcat(buf, "\r\n"); > page_string(ch->desc, buf, TRUE); > } > > Is there any reason to use page_string here? > Why can't it be something like "send_to_char(buf, ch)"? It is a page break. Objects like notes that may have more than a screenfull of text would scroll off the screen without the page_string. -- -AxL, axl@wpcr.plymouth.edu - Ass't GM, Sysop, RPM Director, WPCR, 91.7 FM "Discriminate against the next fashion sucker you meet....it's a raver!" - Ec8or, Digital Hardcore Records +------------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://democracy.queensu.ca/~fletcher/Circle/list-faq.html | +------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/15/00 PST