popcornrulez Posted May 15, 2013 Share Posted May 15, 2013 I am trying to make a mod that gives you percentage counters telling the player how much they have completed the game in specific areas. Right now I'm starting with a locations discovered counter to basically count how many locations the player has discovered and set the amount of discovered locations to a Global Variable called "CCLocationsDiscoveredCounter" without quotes. Any help would be greatly appreciated. popcornrulez Link to comment Share on other sites More sharing options...
luthienanarion Posted May 18, 2013 Share Posted May 18, 2013 The 'Master of the Mojave' challenge tracks the number of discovered locations, but it accesses that number as a miscellaneous stat and not as a scripted value. I'm not sure how you can track the absolute value unless you create a similar challenge with an interval of 1 and increment a value in the reward script. This would give experience for the challenge every time a location was discovered, however. Link to comment Share on other sites More sharing options...
Recommended Posts