Author Topic: Adding To HelpDlg [Solved]  (Read 565 times)

How do you add things to the HelpDlg? Is there some function or something to do this? I looked at Slayer but could not find out how it does it.
« Last Edit: April 03, 2014, 08:03:47 PM by jes00 »

Just put a file in your mod with a *.hfl extension. It's added automatically.

edit: Fixed typo in extension.
« Last Edit: April 02, 2014, 06:11:40 PM by Greek2me »

Put a file called something.hfl in your add-on. It will be added automatically. The files are sorted numerically, so if your file is supposed to go after the default ones it would be 8 Blah.hfl.

I never knew that, thats pretty handy