Difference between revisions of "MessageBox Tutorial"
Jump to navigation
Jump to search
→Intro: Warning
imported>Haama (→Basics: Rewrite) |
imported>Haama (→Intro: Warning) |
||
Line 4: | Line 4: | ||
==Intro== | ==Intro== | ||
Most MessageBox mistakes stem from adapting a script that works in some cases, but not in more complex situations. To prevent this, this tutorial will show you how to make an all-purpose script that can be used and expanded for any situation. We'll start out with some of the basic mechanics of the MessageBox and related functions, followed by common mistakes in complex scripts, and then the all-purpose script and how to set it up. Finally, we'll go through how to use the script to easily move between multi-layered menus, and some extras that you can tack on to it. | Most MessageBox mistakes stem from adapting a script that works in some cases, but not in more complex situations. To prevent this, this tutorial will show you how to make an all-purpose script that can be used and expanded for any situation. We'll start out with some of the basic mechanics of the MessageBox and related functions, followed by common mistakes in complex scripts, and then the all-purpose script and how to set it up. Finally, we'll go through how to use the script to easily move between multi-layered menus, and some extras that you can tack on to it. | ||
===In the middle of being rewritten=== | |||
All of the information is still accurate (except for the above), and reasonably in order, however some of the information is redundant. | |||
==Basic Mechanics of MessageBox and Related Functions== | ==Basic Mechanics of MessageBox and Related Functions== |