hi. nuublet here.
`let x = “PerchanceListA”
[x]`
how do i have it retrieve PerchanceListA instead of a list named x?
I bet it’s something simple like some evaluateScript thing but i don’t know because I’m a noob :)
hi. nuublet here.
`let x = “PerchanceListA”
[x]`
how do i have it retrieve PerchanceListA instead of a list named x?
I bet it’s something simple like some evaluateScript thing but i don’t know because I’m a noob :)
For example on the
/minimal
generator we have the list:then on the javascript:
Thank you! the root thing worked. turns out i had a capital letter where there shouldnt have been one and that’s why my list wasn’t being translated from the string correctly. silly and my fault and nothing about language. thanks for the help tho!