Jump to content

GECK Help: Trying to make a terminal show a map location.


K4SHM0R3

Recommended Posts

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

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

  • Recently Browsing   0 members

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