This simple script will allow you to add dialogue boxes with effects.
Features are:
HOW TO USE (sample from guide included in asset)
/*///////////////////////////////
//// Start a chat /////
/////////////////////////////////
// First create an array with your desired messages. for example:
message[0] = "Hello this is the first message!";
message[1] = "This is the second message!";
// Secondly, if you have a portrait sprite, write the name of the sprite
// as the second parameter. The default sprite size is 50x50.
// If you don't want a portrait just write "none"
// Then when you're ready call this script to start the chat in game:
newChat(message, portrait);
*/
End User Licence Agreement (EULA).
If player presses button while text is being written, displays full message.