I am using a tracker device with events, and have it set to increment every time someone enters a mutator zone. I know the incrementation is working because I can see it incrementing on the HUD.
mutezonetest(Agent:agent):void=
Value : int = savetrackerdevice.GetValue(Agent)
Print(ToString(Value))
I’m using this to get the value and then print it, but it prints 0 every time. Is it broken or am I just doing something wrong?