Playmaker Forum
PlayMaker Help & Tips => PlayMaker Help => Topic started by: VascBogdan on April 20, 2015, 07:55:38 AM
-
I get this error when I press a button in my game, related to the script:
"Loop count exceeded maximum: 1000 Default is 1000. Override in FSM inspector.
This is how my FSM looks like : http://imgur.com/cfim0vx,H4o6Xdx,aiGEAkv,KNMbG5e (I uploaded photos for each state)
I worked a lot with loops and "Next frame event" before but I never got this problem. Please try and help me ASAP, I need it done soon, I didn't expect to get this kind of error.
-
Next frame event should break this up. If you're still getting it then it probably isn't getting used because a different event is firing on that state instead, before it gets a chance.
-
I don't really understand. What's the problem in my case ? These booleans are got from another FSMs but I don't see any problem in this.
-
Are you using Next Frame Event to stop this loop from happening super fast?
The point of the action is to wait until the next frame, then continue. You need it because you have a loop with no control at all, it just loops as fast as it can.
-
Yes you're right. I just had to use "Bool All True" instead of what I did there. Sorry for "false alarm" it was all my fault.