How do I solve this infinite loop problem?

I have created an inventory system… and when removing the item… the game crashes and says infinite loop detected and Im not sure how to solve the issue… it relies somewhere in my remove item function heres a screen shot


Please lead me in the right direction to solve this issue…

Remove the line that is going from false to Exec.

Well, it worked to solve the infinite loop issue but now the item does not remove.

Mark it as solved.

Maybe the string is not exactly the same - this could be one reason.

1 Like

You were right. everything is working as intended now. Thanks!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.