Is it possible to use the GotoPOI objective to select a random poi from a list? Or possibly something like [contains(@name, 'book')]
I'm trying to make a challenge/quest to send you to a random or nearest book store.
<objective type="GotoPOISDX, SCore" value="5-50000" phase="1">
<property name="completion_distance" value="50" />
<property name="PrefabName" value="[contains]" /> <!--random POI here-->
<property name="nav_object" value="go_to_trader" />
</objective>
This bit of code is a snippet from Darkness Falls.
I'm trying to make a challenge/quest to send you to a random or nearest book store.
<objective type="GotoPOISDX, SCore" value="5-50000" phase="1">
<property name="completion_distance" value="50" />
<property name="PrefabName" value="[contains]" /> <!--random POI here-->
<property name="nav_object" value="go_to_trader" />
</objective>
This bit of code is a snippet from Darkness Falls.