Vai al contenuto principale

Ricerca

Do non-persistent variables count towards the limit of 128?

  • Supposer

    From the tech stream last night, I have a feeling all variables count towards the same limit. Not 100% on that though. Worth testing?

  • OgTheEnigma

    It'll be pain to test and individually name all of them, so I was hoping somebody has already done the legwork...

  • OgTheEnigma

    Ok, I finally figured out how to use the Freeze function of the signal manipulator and it let me do what I was aiming to, without the use of a variable. Still, it would be nice to know whether or not if persistent non-persistent variables are treated differently, for future reference.

  • Pookachoo

    I’ve done a test for a tutorial that I’m working on, the limit only applies to Persistent variables that are unique.
    So if needed, you can have 128 differently named variables and clone all of those, you just can’t change any clones to be unique :)

    For non persistent, I made 150 unique variables and didn’t get the limit warning, I didn’t keep going so I don’t know if there is a limit above 150

  • OgTheEnigma

    Thanks Pookachoo, that's good to know!

Accedi per aggiungere un commento.