Is there a way to get an array in gimkit?

I was wondering if there was an array-type property. I am currently working on a raycaster and would need such as thing so I don’t need to add an individual property for every pixel

Edit:
I had a feeling it would devolve to this
image

what’s an array?

Is it like a light weapon sort of thing?

Kinda like a table, i think. Like a chart

1 Like

But no, there isn’t a way to do it in a single property. You can suggest it at gimkit.nolt.io, though

1 Like

It’s a list of items. in javascript, it kinda looks like this:

let newArray = [
  "item1",
  "item2"
]
2 Likes

You really can’t make an array, but you can make something like it with this guide:

2 Likes

@M1dnight this isn’t quite the same, but this works

1 Like

Its nothing like arrays lol.

2 Likes

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.