Difference between revisions of "MessageBox Tutorial"

85 bytes added ,  10:37, 15 April 2010
no edit summary
imported>Wrye
imported>Darkness X
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Tools|req0=[[The Elder Scrolls Construction Set|Construction Set]]|opt0=[[OBSE]]}}
==Intro==
==Intro==
Most MessageBox mistakes are made when simple scripts are used as a base for more complex menu scripts. To prevent this, this tutorial will work towards a single all-purpose script that can be used and expanded for any situation. By the end, you will know the problems that can pop-up in a menu script, how to prevent them, and why every line of the all-purpose script is needed.
Most MessageBox mistakes are made when simple scripts are used as a base for more complex menu scripts. To prevent this, this tutorial will work towards a single all-purpose script that can be used and expanded for any situation. By the end, you will know the problems that can pop-up in a menu script, how to prevent them, and why every line of the all-purpose script is needed.
Line 275: Line 276:
<pre>short Working
<pre>short Working
...
...
begin onActiavte
begin onActivate
...
...
   set Working to 1
   set Working to 1
Anonymous user