View Single Post
  #2  
Old 02-08-2022, 08:58 PM
PlsNoBan PlsNoBan is offline
Fire Giant


Join Date: Jul 2018
Posts: 815
Default

Quote:
Originally Posted by Twochain [You must be logged in to view images. Log in or Register.]
For instance, person asks if all racers are ready. They say yes. He says "Okay, 5xx Starting rolls"

/random 1000

/random 1000

If the person immediately starts rolling, you are risking losing the race trying to modify your script to roll on X. I.E You skip it completely.

There, there's the solution. Please, implement this and go practice.
Extremely easy to get around this. Have script wait for input to tell it which starting number to look for. Wait for announcer to say 5xx or 5__ or whatever it is they say. Literally takes like 1/2 a second to type the number in a CLI and set a variable for the script to watch for. If announcer says the number and rolls in under .5 seconds it's going to screw with people playing manual and legit.

Bravo for the attempt at coming up with a solution but I promise you this won't work. There are people MUCH more skilled than me at programming playing this game and I came up with a workaround in like 5 seconds.