Alright, I've been testing the demo provided, and trying to add a second quest of my own to it. However, I can't seem to make two quests at once. They interfer with eachother, for example, if I select them both at once before working on either, the quest log will show me the last one I picked and be stuck on that one. However, if say... I start one, finish it, then start the next one, it says all my objectives have been met, when they haven't yet.
I think I know where I'm going wrong, but not how to fix it.... in this line here
$names[0] = "Testing 2"
(my second quest name... origonal I know)
I think, since the first quest is
$names[0] = "Test"
I would need to change the 0 to a 1, however when I do that, I get an error when I go to open up the quest page.
Then, I thought, all the things (Description, and Objective also) the 0 would have to be a 1, to indicate its for a different quest than, test, and so on..... but, even changing them all to 1 it isn't working.... I still get the error.
I had just copied the other quest, and changed all the switches and variables to quest 2. So, I can do the quest, but it doesn't show it that way in the quest log. I'm not really sure what I have to do, to be able to have two quests at the same time, and have them both (or more than 2) show on the quest log.