Started by
Arukubarr
on
Topic category: Troubleshooting, bugs, and solutions
I keep returning a "ER BounceFunction 1" error in my BounceFunction code.
As soon as my entity spawns in it only returns this error.
I thought that as long as a LocalVar boolean exists it's default is true.
Here is my BounceFunction code: https://imgur.com/a/g93JeFa
Here is my CanBounce code: https://imgur.com/a/iPSwnhx
This has been driving me crazy can someone tell me what i'm doing wrong??
The only explanation I have is sense the if statements rely on velocity, the code glitches out because it cant keep up with the constantly changing velocity variable.