Switch on Int
- Keshav Batra
- Oct 20, 2023
- 1 min read
So I've been struggling to figure out how to make the text show more than 2 words. Well I've finally managed to do that using the switch on int condition and adding an at random integer condition. Basically it allows the player to hold an infinite amount of texts based on the value given to the integer. For example, I gave it a value of 4 since there are only 4 texts. It will also display at random and not in any order.

Comments