rkkn Posted October 29, 2020 Posted October 29, 2020 trying to figure out a way to get an event to fire in response to any location discovery
Ghaunadaur Posted October 29, 2020 Posted October 29, 2020 OnTrackedStatsEvent should work for this.ExampleEvent OnInit() RegisterForTrackedStatsEvent() EndEvent Event OnTrackedStatsEvent(string asStat, int aiStatValue) if (asStat == "Locations Discovered") ;do stuff endif EndEvent
Recommended Posts