Hello! in my game there will be a lot of text, like 30 events:
-While you are walking, you come across with a dog.
-Your parents want you to stop smoking.
Think about there'll 30 of them. How can I import them to Construct without using XML or JSON formats? If I write them as a text in the Construct, can I use them in the array later? Because there will be lots of events and I have to randomize them while using Array.
Thank you!