Hey there,
My game is gonna have multiple language support. So now i got a question.
At the start you can choose your language, let's say english,german and italian. I have set up 3 global variables for each. Now if you choose, lets say english, the variable "english" becomes 1. Now i want all conversations being in english. I'm really not sure what would be the smartest way, but i thought maybe of saving all conversations in an array and just call them by the language-variable. Can somebody tell me if/how this works, cause i'm still learning about arrays but im definitely not quite sure how to use them for this situation.
Thank you in advance!