Using the alias fill type Find Matching Reference, how does it logically work? Say you have 5 references in the world called MyRadiantRef. Using Find Matching Reference, and the condition GetIsId, the alias will point to one of these 5 references. But is it determined randomly, and fairly?
Will the quest pick one completely at random, or will it pick one, then next time a different one, and repeat? Like how story manager works.
Basically I've set up a nice radiant quest system, and want to use as few quests as possible. The problem is, I'm worried that there's nothing stopping the game simply using the same reference every single time. And that more than one reference might never be chosen by the game.
Similarly, if I use IsInList, would it run through those, or just pick one at random every time?