Hello,
I'm currently out of nerves for thise one... After testing this out the whole day today, I finally managed to find the problem, but I have no clue why it even happens in the first place.
I have a function, where I set a value based on a param, then wait, and then set that value again to something different.
Weird thing is, that the function.param is changing... Isn't that completely impossible?
Here is an image of the event:
The first DebugText shows me "1", the second shows me "0". How on earth is that possible? It's not even possible to change function parameters. And even if that function would be called again, it should NOT influence this!
Do you have any clue about it?