K4SHM0R3 Posted August 15, 2013 Share Posted August 15, 2013 So I'm trying to use the GECK for the first time and I'm doing ok with the help of various websites and YouTube videos but now I'm stuck, I would like to make it so that when you click an entry in a terminal it adds a map location to your map as well as letting you read the note I've attached but I want it to only be visible, not discovered. Hope this is the right category to post this in, sorry if it's not, any help would be really appreciated, thanks. Link to comment Share on other sites More sharing options...
jazzisparis Posted August 15, 2013 Share Posted August 15, 2013 Put this in the Item Result Script box of the terminal option: if YourMapMarkerRef.GetMapMarkerVisible == 0 ShowMap YourMapMarkerRef endif (Replace YourMapMarkerRef with the marker's reference ID) Link to comment Share on other sites More sharing options...
K4SHM0R3 Posted August 15, 2013 Author Share Posted August 15, 2013 Put this in the Item Result Script box of the terminal option: if YourMapMarkerRef.GetMapMarkerVisible == 0 ShowMap YourMapMarkerRef endif (Replace YourMapMarkerRef with the marker's reference ID) I've tried that with the different possible references to no avail, I don't know if it's something I've done wrong or if I need to add something to the script? Sorry to be useless, if it helps the map marker I'm trying to make visible is Ranger Station Charlie. thanks again. Link to comment Share on other sites More sharing options...
jazzisparis Posted August 15, 2013 Share Posted August 15, 2013 Then replace YourMapMarkerRef with RangerStationCharlieMapMarkerREF. Link to comment Share on other sites More sharing options...
Recommended Posts