• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

DS List issue again!

Trying to set the index for the list and the tutorial I'm watching is several years old. I'm trying to figure out how to set the index to 0 so that it starts reading from the first string. How do you do this in GML nowadays?
 

Attachments

Nidoking

Member
Depending on your keyboard layout, 0 is usually the key left of the 9.

If you're not asking how to type a 0, then it's not really clear what your question is. I see that you've posted a screenshot, but that doesn't explain what you're asking very well. There is no such thing as "the index for the list". You read the value you want to read. If that's the first value, then... the 0 is the key to the left of the 9.
 
Top