Hey there. I want to add a note to the journal in one of the scripts I got in my mod.
I found this on
Engine Scripts page, but I don't really understand that function, specifically the "Must end with _Name and _Text". Can someone explain it to silly me? >_>
void AddNote(string& asNameAndTextEntry, string& asImage);
Adds a note to the player's journal.
asNameAndTextEntry - entries in the .lang file. Must end with _Name and _Text and be in category “Journal”!
asImage - the background image to be used
Thanks ahead of time!