Frictional Games Forum (read-only)

Full Version: Mementos
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I just can't get them to work. I looked at the wiki but
void AddQuest(string& asName, string& asNameAndTextEntry);Adds a quest to the player's journal.
asName - the internal name to be used
asNameAndTextEntry - entry in the .lang file. Must start with “Questfckg_QUOT_, end with _fckg_QUOTText”, and be in category “Journal”!

Doesn't work. Also some video made by Russ does not work. I don't get any errors in my .lang when I use Questfckg_QUOT_getladderQuest_fckg_QUOTText but it just doesn't show up ingame. Some help would be appreciated.
paste your .lang file part of that.
<LANGUAGE>

<RESOURCES>
</RESOURCES>
<CATEGORY Name="Journal">

<Entry Name="Questfckg_QUOT_getladderQuest_fckg_QUOTText">Find a way to get back to the Main Hall.</Entry>
</CATEGORY>

</LANGUAGE>
The script functions part of that is pretty much fu**ed up at that point, use this:
<Entry Name="Quest_getladder_Text">Find a way to get back to the Main Hall.</Entry>
That's what I was thinking... I'll try.

Seems to be working now. I think I actually screwed up my timer and I think that was the main reason. Anyways, enjoy the rep you're about to receive FastHunteR!