[Solved] How do I run conditions in parallel?

So I was making a game where there is a need to run condition in parallel and not in series I have no idea how to do that can someone please help me with it. It would be a great help to me.

What do you want to do? You usually never need to run conditions in parallel.

It’s a bit tricky to explain but I’ll try my best. So basically the situation right now is layed like this. I have a condition and an action associated to it and just after that condition I am having another condition which is getting disturbed by the action/result of the previous condition and I don’t want that. I want both of them to check the conditions at the same time so that the actions could take place simultaneously without effecting the two conditions in the process of doing so. Can you please help me with it?

Thanks for your reply man, the problem is solved without it being parallel, so I guess you were right. Thanks again

1 Like