OK, you know in games how they change the color of some of the words, also make the message pause for awhile, and make the screen go black and white? Well this can tell you how and more! What you need to know: NOTHING!! So, to make the text change color...: put \c[1] in front of want you what to change color, to change it back put \c[0]. the "\c[]"s go from \c[1] to \c[20] To make the message pause...: To pause for a little while put \. were you want it to pause. To pause longer put \| were you want it to pause. To make the screen to go black and white...: make an event say... <>Set Screen Tone:(R100,G100,B100,S000),1.0sec(W) Then do what you want to do. To end this make the event say... <>Set Screen Tone:(R100,G100,B100,S100),1.0sec(W) To make an message say what a variable's value is...: put \v[*] were you want the number to appear. *=number of varible