tanksk1
Potential Patron
- Joined
- Jul 28, 2012
Re: Pim_gd's Mods(2) - DialogueActions v0.99, VAv1.03 (1 September 2013)
[VA_SET_VARIABLE_<variableName>_<value>] does not seem to work for the arithmetic.
dialogue_name:"Default"
initial_settings:{"var1":1, "var2":0}
pulled_up:"variable 1 is *var1* variable 2 is *var2*"
pulled_down:"[VA_SET_VARIABLE_var2_*var1*]"
After being pulled down, when pulled up, var2 is still set to 0 and has not been changed to var1's value of 1.
[VA_SET_VARIABLE_<variableName>_<value>] does not seem to work for the arithmetic.
dialogue_name:"Default"
initial_settings:{"var1":1, "var2":0}
pulled_up:"variable 1 is *var1* variable 2 is *var2*"
pulled_down:"[VA_SET_VARIABLE_var2_*var1*]"
After being pulled down, when pulled up, var2 is still set to 0 and has not been changed to var1's value of 1.