Barkley wrote: Fri May 01, 2020 11:58 am
How can I make it so that when one quest is done the other one can't? So you can make a choice on what to do.
You use these conditions for each branch of the quest to continue it.
not_finished_quest - the specified quest cannot be finished to start this quest
needed_quest - specify quest needed to be finished before starting this quest
For example, the first branch would go:
id XXXX
needed_quest X
not_finished_quest Y
(Quest info here)
and the second branch would go:
id XXXY
needed_quest Y
not_finished_quest X
(Quest info here)
Using these mechanics, you can make 2 quest branches for your map, much like how players are only allowed to choose the human or orc side in the quests on map 4.0.