More help file issues

Posted by Asean Novari on Wed 02 Mar 2005 09:02 PM — 4 posts, 16,607 views.

USA #0
Ive looked all throughout the do_help feature in act_info...

I cant seem to find the part where it removes the level number in front of the help files name..

Can someone please point me in the correct direction..

I wish to extend this so it also hides the help file name as I have incorperated the name into the help file itself and dont need it displayed twice.

Text in italics is already hidden.. bold is what i wish to be hidden as well

help rmenu

101 RMENU
The menu commands are no longer in operation.
Amended on Wed 02 Mar 2005 09:07 PM by Asean Novari
USA #1
    if ( pHelp->level >= 0 && str_cmp( argument, "imotd" ) )
    {
        send_to_pager( pHelp->keyword, ch );
        send_to_pager( "\n\r", ch );
    }
Glancing at the code showed this much for the keyword, don't know about the level, though.
USA #2
Would getting rid of "send_to_pager( pHelp->keyword, ch );" make it so it displays the help file but not the keyword?
USA #3
What that line does is send the text in pHelp->keyword - in other words, the help file's keyword - to the character's pager - in other words, to the player.