GetDiscovered?

Post » Fri May 13, 2011 4:36 pm

Is there a condition that checks if a certain map marker is discovered?

For example, a dialogue option is "Let me take you to this place" and the response would be.
"First you need to find this place" - if the marker isn't discovered, and
"Let's go" - if the marker is discovered.

Is there such a condition or do I have to script it?
User avatar
James Baldwin
 
Posts: 3366
Joined: Tue Jun 05, 2007 11:11 am

Post » Fri May 13, 2011 8:18 pm

With OBSE you can do:
if mapmarker.isMapMarkerVisible && mapMarker.CanTravelToMapMarker  ; the marker has been discoveredendif

This is not something you can do directly in dialog conditions, though.
User avatar
Sarah Evason
 
Posts: 3507
Joined: Mon Nov 13, 2006 10:47 pm


Return to IV - Oblivion