Jump to content

Very basic "Go to location" quest help.


Taiine

Recommended Posts

I need some help. I'm trying to make it so a custom location's marker gets added to your map after you read a note. I've hunted for tutorials for this but I haven't found any information on how this is done. Most tutorials I find that have to do with quests are always 'go kill someone' or 'go pick up an item'.

 

A step by step would be nice as quests are my weak link right now, though something I am trying to learn. I know how to attach a quest to a book/note, but past that I've not been able to get any 'add location to map' to work.

Edited by Taiine
Link to comment
Share on other sites

If you are adding a custom location, you will need to set up a custom location name and place a map marker in your cell.

 

In your script, add an object reference property that points to your marker (MyMapMarker).

 

Add this code to your dialogue script:

MyMapMarker.AddToMap()

Link to comment
Share on other sites

  • Recently Browsing   0 members

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