Hey yall!
So I'm making "word bullets" in Gamemaker where I have an autogenerating sequence of words (that follow grammar) that are to be fired out. I want to make it so that when a bullet is fired, the next word in a word queue is displayed.
The puzzle I'm facing is that I'm trying to turn a large string into an array using string_split so that I can draw words that are placed in the array queue one-by-one.
With this I have 3 issues:
1. I'm not sure how to get the text variable to save...
Splitting Strings into an Array
So I'm making "word bullets" in Gamemaker where I have an autogenerating sequence of words (that follow grammar) that are to be fired out. I want to make it so that when a bullet is fired, the next word in a word queue is displayed.
The puzzle I'm facing is that I'm trying to turn a large string into an array using string_split so that I can draw words that are placed in the array queue one-by-one.
With this I have 3 issues:
1. I'm not sure how to get the text variable to save...
Splitting Strings into an Array