i recently found that variables set in a function cannot be used in another function. so to make variables 'universal' i have to make them global variables?
and you do that buy stating them global, like this?
global [VARIABLE NAME]=[VALUE]
i have a feeling there is more to it.