Frictional Games Forum (read-only)

Full Version: Multiple memento's [Solved]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I am trying to add multiple memento's to my journal, but I can't seem to be able to. There is nothing wrong with the .lang file because each memento works perfectly fine separately. But the only one showing up in the journal is the first one added.

They are added through EntityPlayerInteractionCallback and one is with a door, the other one is with a note.

Thx!
First check the 3 lines which actually add the quest with the AddQuest function. Make sure the first argument for each one is different. You can also post the script inside php or code tags, but only the script which is relevant, so people don't have to dig through your code to find the problem. My guess is that you're giving them all the same internal name -- so only one gets added while the other two can't, but they still work individually.
Ok thx! I haven't given them any internal name at all because I thought I didn't need to. Then that's the problem Smile

Cheers!
Yep, they're important! Without them you wouldn't ever be able to solve the quest!