Use your Extra eng lang file. Make this:
<CATEGORY Name="Ending">
<Entry Name="MainCredits">- Amnesia Custom Story Made by: YOURNAME -[br][br][br]- YOURCUSTOMSTORYNAME -[br][br][br]CREDITS[br][br]</Entry>
</CATEGORY>
The [br] will skip a line, you know the exact same if you press enter when typing the thank you reply.
You can also type **. This will set that text in a different font.
In your script, use this:
(This is my ending scene script)
void OnStart()
AddTimer("", 55, "Credits");
void Credits(string &in asTimer)
{
StartCredits("YOURENDSONG.ogg", true, "Ending", "MainCredits", 9001);
}
Good luck! Let me know the results!