Frictional Games Forum (read-only)
How to have a note that appears at ? - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html)
+---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html)
+---- Thread: How to have a note that appears at ? (/thread-9230.html)

Pages: 1 2


RE: How to have a note that appears at ? - narutohokager - 07-20-2011

Up

Does anyone know how ?


RE: How to have a note that appears at ? - convolution223 - 07-20-2011

(07-19-2011, 02:05 PM)narutohokager Wrote: Yes I think it with this command

void AddNote(string& asNameAndTextEntry, string& asImage);

But I do not know what to make asImage !

Can you give me an example?

EDIT: And I do not think it will be displayed directly, but rather in the newspaper

Correct me if I'm wrong, but asImage is for an image file. I don't use that since it's optional. Just put empty quotation marks like so:
Code:
AddNote("JournalEntryName", "");



RE: How to have a note that appears at ? - narutohokager - 07-21-2011

Thank convolution I'll go test