better yet, please explain how do i execute 2 or more different scripts at the same time after going through the dialogue line like:
i++;
myText[i] = "lets go!"
mySpeaker[i] = id;
myScripts[i] = [script_room_goto, room_2]
I want two scripts to happen - room_goto which is working fine but also another script for switching the image_index, how do I do that?