Has everyone been recieving my posts to the list? I am wondering as I have not recieved my own nor have I recieved any replies. I also noticed a few other people asking these same questions. Anyway, here is my problem: In a room spec_proc, I have a segment like this: if (time_info.hours == 6) { [snip] <send a message to the room> } [snip] I am trying to send a message to this room when it is 6:00, but I am failing. All other commands inside this if statement work fine at 6:00, but the message is not being sent. I have tried act statements and sprintf statements. Should these work or am I formatting them inncorectly or something? I think this is how I had it: sprintf(buf, "%sThe Moonshadow quietly pulls into the dock.\r\n", buf); and have also tried, act("The Moonshadow quietly pulls into the dock.\r\n", FALSE, 0, 0, 0, TO_ROOM); Thanks for any help, Chuck +-----------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://cspo.queensu.ca/~fletcher/Circle/list_faq.html | +-----------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/07/00 PST