Greetings all, I'm trying to create a note from the "system" posted to all immortals that a user has requested something from the a mob.
I assume I have to set alot of the pnote fields up to something like pnote->to_list = "immortal" pnote->subject = "Request" pnote->text = "blah blah" pnote->date = str_dup( strtime ); pnote->date_stamp = current_time; pnote->sender = mailermob; My question is, can I just set it up like this in the function that will be making the note, or do I need to do something else special because I'm at a loss at this point. Thanks in Advance. Keith

