Hi everybody, how i can get the variables names of all the variables in my project?
i see this in the forum (jan 2023) (by @sarpnt ):
so i don’t understand or isin’t working anymore ?
Hi everybody, how i can get the variables names of all the variables in my project?
i see this in the forum (jan 2023) (by @sarpnt ):
so i don’t understand or isin’t working anymore ?
([variables V] of [ V]) reports all the sprite variables for the selected sprite, but if the stage is selected, it reports the global variables. An important thing to note is that this doesn’t include hidden variables. If you want hidden variables, you might have to use this script.
This does report the variables as blocks, but they’re really easy to convert to text (just use split by blocks).
I used the extension function because unlike , it reports hidden blocks
clever!
thank you!
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.