Colemanallen1987 Posted May 26, 2024 Posted May 26, 2024 So I've been following create basic scene encounters, but it does seem to do what I'm looking for. I have a custom world and I want dynamic events to happen example I want it so you go to x area nothing happens, but next time raiders another their is a mutant patrol. How do I do this?
LarannKiar Posted May 26, 2024 Posted May 26, 2024 Take a look at how the vanilla random encounter quests are implemented in the Story Manager (Creation Kit >> SM Event Node >> Change Location Event). Add Conditions to your quest's Quest Node, like GetRandomPercent (if you want the quest to be started randomly).
Recommended Posts