I see the two methods setValue() and changeValue() on context.variableManager.
With setValue I can specify the variable and the value to set, like context.variableManager.setValue("newVar", "new value");
But changeValue has only 1 parameter: changeValue(String variableName)
How do I tell the method to which value I want change the specified variable?