Jump to content

Have quest select POI from list?


Recommended Posts

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.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...