BluePanda23055 Posted July 10, 2016 Share Posted July 10, 2016 (edited) (I meant to add a question mark to the end of the thread title - sorry about that)I'd like to create a note page which, upon obtaining, reveals a location on the Pipboy map, identical to how the Sniper Nest Location note works. I have a script which would reveal the location, but can't attach it to my custom note.As an alternative, how do I copy the Sniper Nest note and change which Map ID it reveals? Edited July 10, 2016 by BluePanda23055 Link to comment Share on other sites More sharing options...
Ladez Posted July 10, 2016 Share Posted July 10, 2016 Are you sure that note actually reveals the location? I don't see anything that would indicate this. You can't attach scripts to notes. You can create an activator instead, with an OnActivate block to give you the location and the note: begin onActivate player.addNote LocationNote showMap LocationID endThe ShowMap function has an additional optional parameter which opens the marker for fast travel immediately if set to 1. Link to comment Share on other sites More sharing options...
Recommended Posts