

The whole idea is a button that creates a number and this number can be modified X times per turn, then cleaned at the start of your next turn, but if it reaches a certain number it fires a function, so I need to fire the mission/button, find the targeted Civilization, add the number there + the new number and then check to see if it matches or exceeds the target number. I thought that I could do that with that code up there, where k would be the civ and v the value I want - which would be easy to find, since Civilizations have unique names while the variable can be equal (although, after reading the code, it seems I did it backwards). I want to store information on both a Civilization and a variable that CAN change, so I'll need to change it within the table too, which means I need to always know it's position. I believe I understood you perfectly, which is a bit worrisome for me or you are just that good at explaining things - you should join forces with JFD.
