On Mon, 6 Apr 1998, Thomas Smith wrote: > if (percent > prob) { > send_to_char("Oppss!!\r\n"); > } ^^^^^^^^^^^^^^^^ Missing an argument to send_to_char here if (percent > prob) { send_to_char("Oppss!!\r\n", ch); } ******************************************************************* * Ron Hensley ron@dmv.com * * Network Administrator http://www.dmv.com/~ron * * PGP Key at WWW Page * * DelMarVa OnLine 749-7898 Ext. 403 * ******************************************************************* +------------------------------------------------------------+ | 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