rkkn Posted October 29, 2020 Share Posted October 29, 2020 trying to figure out a way to get an event to fire in response to any location discovery Link to comment Share on other sites More sharing options...
Ghaunadaur Posted October 29, 2020 Share Posted October 29, 2020 OnTrackedStatsEvent should work for this.Example Event OnInit() RegisterForTrackedStatsEvent() EndEvent Event OnTrackedStatsEvent(string asStat, int aiStatValue) if (asStat == "Locations Discovered") ;do stuff endif EndEvent Link to comment Share on other sites More sharing options...
rkkn Posted October 29, 2020 Author Share Posted October 29, 2020 capital. thanks Link to comment Share on other sites More sharing options...
Recommended Posts