xyz
First, sorry for the late reply, and thanks for your answer!
Ok, i thought about it again, aaaaaaand :
if i do know the item of my array, for example "germany" again, well this item has a value of 1.0 .
But how do i type something like this:
for i in array:
So that the value (var germany = 1.0) now has a value from: 1.2 . Do i lack of fundamental understanding somewhere?
? Everything i try gives the error: Invalid get index '0' (on base: 'float').
The final goal: i need this value, because it is part of a time for an action you take during my game. 1.0 is standard and 1.2 is a multiplicator.
And using an array is so much more compact than writing a book for a simple thing i need here.