As the title states im trying to create a turn based combat system and someone suggested i use race conditions, but from what i researched they seem more like a bad thing? Can someone enlighten me as to why i would want to use it and how exactly i do it?
I think the person who suggested that to you might have used the wrong term or maybe you misunderstood.
They said, and i quote “Race condition is used to handle events with multiple outcomes, ex 1. Player input action, player left game, time ran out.”
Perhaps you should ask that person what they mean by race conditions
A race condition is a problem caused when two or more processes try to access or modify some data at the same time that can be solved using event-based systems.
1 Like
Ive tried but they didnt respond