pretty technical question, i'll try to be as clear as possible:
I'm making a counter to check differences between points, bots carrying resources, resources left etc.
example:
"set Team counter E to my score"
"increment Team counter E with Allies carrying resources"
"Decrease Team counter E with enemy score"
etc......
since every bot get checked in a precise order every tick (as far as i've understood), they will make the same calculation one by one.
The algorithm starts wit "set" so each bot will overwrite previous bot calculation, till the last one.
What if the last one is the one carrying the resource? will it still add the "allies carrying resource" to the count? does it count itself as an allies carrying resources?
is my understanding of ticks/bots mechanics correct?
I'm making a counter to check differences between points, bots carrying resources, resources left etc.
example:
"set Team counter E to my score"
"increment Team counter E with Allies carrying resources"
"Decrease Team counter E with enemy score"
etc......
since every bot get checked in a precise order every tick (as far as i've understood), they will make the same calculation one by one.
The algorithm starts wit "set" so each bot will overwrite previous bot calculation, till the last one.
What if the last one is the one carrying the resource? will it still add the "allies carrying resource" to the count? does it count itself as an allies carrying resources?
is my understanding of ticks/bots mechanics correct?