So, what can vars do then? Are they variables only the next mission can pick up?
I mean, if I script something like this
SaveVar "Variable"
Variable= getPos soldier
Can I call that array in the next mission by typing
Titletext [format["Test %1", variable],"Plain Down"]?
Thanks