Hi guys, this problem's been bugging me for a bit. I thought managed to find a solution once, but I can't find that website anymore.
So basically, I want to periodically select a random actor for my quest. I figure the way to go is to use the radiant system, so I've made a quest that uses the appropriate selection criteria, and it finds the first target fine. Now I need to make it 'reselect' to find another target. Does anyone know how to force it to do so?
The solution I can no longer find suggested that if I made a dummy quest to select the target, and then called Stop() and Start() on it from the real quest, it would reselect a target each time. This isn't working for me. Maybe I just don't understand how to Stop() and Start(), but every time OnInit() is called on the selected alias, it's connected to the same actor as it was the first time.