Jump to content

Help with displaying quest objectives on map


Recommended Posts

Hey guys,

 

1) I'm doing a quest to kill a bunch of raiders. They are grouped in a reference collection alias. I'm trying to display the quest objectives on the map (showing each of the targets) and want to put those little quest objective markers on top of their heads as well.

But doing so through the quest objectives tab is not working (probably because the reference I chose is a collection).

How do I do this?

 

2) Before I get to that part, I'm displaying just one quest objective on the map. I want to change to those markers (from question 1) when the player gets close enough to the raiders. I'm using a range check function (RegisterForDistanceLessThanEvent/OnDistanceLessThan) to do that, but because the area where the raiders might spawn is kind of large, the range check is not an effective tool (sometimes it changes quest stages without actually visualizing the raiders). The best solution I could think of was using a Is3DLoaded on the raider collection alias. But I can't do that because there's a randomness to the number of raiders that actually spawn and I KillSilent the rest, so not all the raiders from the collection actually spawn. Anyone has any other suggestions?

 

Links to references and tutorials are welcomed.

 

Thanks

Edited by marcelocastro
Link to comment
Share on other sites

Ok. Solved it.

 

You can't use reference collection aliases as quest objectives. You need to assign individual aliases to each reference in the collection. Then condition each individual alias.

With this solved, the range check works fine, it just switches to the multiple individual targets at 10000 units.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...