Attention | Topic was automatically imported from the old Question2Answer platform. | |
Asked By | Pedro Karut Gimenez | |
Old Version | Published before Godot 3 was released. |
Hi Guys! I have a variable called “quantity” in my main script and I want to modify its value using other scripts that are in another scenes. How Can I do it?
Hi,
you have the answer there: https://forum.godotengine.org/1883/transfering-a-variable-over-to-another-scene.
ludosar | 2016-07-26 19:25
As ludosar + Globals.set(name, var)
splite | 2016-07-27 07:37