Add message displayed in chat when module loads?

Hi all,

I was wondering if there is a way, outside of imported classes, to have a custom message displayed in the chat window when a module loads. What I want is a message that reminds the user to check the Help menu for tips each time the module loads. I think I’ve seen this before, but can’t remember in what module. Any ideas?

Thanks,
Scott

In the editor, right click on the “Very Top” entry (your module itself), and add a “Startup Global Key Command”.

Leave everything blank except the bottom line ("Report Format: ") which you set to the message you want to display.

Will display any time players enter the module (whether starting a new game, or loading an old one).

Brilliant! Thanks for the help.

Scott