View Single Post
Old 04-04-2019, 09:48 PM   #11
MLB14
Pro
 
MLB14's Arena
 
OVR: 0
Join Date: May 2014
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.
MLB14 is offline  
Reply With Quote
Advertisements - Register to remove