NOTE: conversation should be formatted the way it is for audio_play_conversation { "text", "name", duration }
convo = {
{ "This is the first line of the convo", "Speaker's Name", 3 },
{ "This is the second line of the convo", "Other Speaker's Name", 2 }, }
This will display on the screen for 3 seconds: "Speaker's Name: This is the first line of the convo" This will display on the screen for 2 seconds: "Other Speaker's Name: This is the second line of the convo"