04-04-2019, 09:48 PM
|
#11
|
Pro
|
Re: How hard can it be?
It wouldn't be hard to implement and it should be done. It's probably just something that's been overlooked.
Anyone saying it would be difficult to implement doesn't understand the flow of coding a game.
A simple if statement would cover it.
The lead variable can be obtained by subtracting the score then applying abs to it so it's always positive.
if ( lead >= 5 ) {
don't react like it's important
}
else {
reaction that's already in game
}
The code in the brackets is already in the game. It just needs to be controlled with the if statement.
__________________
Do it. (Release The Show for PC)
Last edited by MLB14; 04-04-2019 at 09:50 PM.
|
|
|