Hi, how to increase the value of index 0 wich is “10” (you can check it at theright) by extra “25”?
In this BP example, index 0 value is “10”, and index 1 value is “5”, both of these are time values, not static, wich means when time starts is 10, but when time decreases to 3 for example and i get a time coin, it should increase extra 25 seconds to the 3, total time: 28 seconds
So, each time i get a time coin i want current index 0 to increase extra “25 seconds”, wich means from current “10” to “35” total, but with my BP node config, i get some random value that increases my current “10” by 15, 17, sometimes by 20, it never increases an exact “25” to the “10” value, what is wrong with my BP:
Are you certain time array index 0 is always a static 10? If we ignore everything outside this snippet here I’m pretty sure this should be working fine
My next step would be to ensure there is nothing altering the numbers inside the index elsewhere.
No, it is not static, its a time countdown, index 0 starts with 10 seconds, it decreases and during this time, if i get a coin, time should increase by 25 seconds, but it never increases in the exact 25… thats my problem with this BP node configuration, and i haven´t been able to fix it, if its currently at 4 seconds and i add 25 seconds, it should increase up to 29 seconds…. but instead, it increases to different values like 15, 10, 20…
“In this BP example, index 0 value is “10”, and index 1 value is “5”, both of these are time values, not static, wich means when time starts is 10, but when time decreases to 3 for example and i get a time coin, it should increase extra 25 seconds to the 3, total time: 28 seconds”