Sorry if this has been asked before, but how can I put/change values of a vektor. For example if I have a vektor _vek = [1,2,3,4], how can I change number 3 to number 7 (with a scripting command)? like: _vek select 2 = 7 . That doesn't work but you get what I mean. Thanks