Difference between revisions of "User:Niaht/Notes"
m
no edit summary
imported>Niaht m |
imported>Niaht m |
||
Line 1: | Line 1: | ||
So far everything here mostly refers to Quest Scripts. I'm in the process of creating some testing packages, and since I just want the scripts to run at start... | So far everything here mostly refers to Quest Scripts. I'm in the process of creating some testing packages, and since I just want the scripts to run at start... | ||
==[[Category:Scripting|Scripting]]== | ==[[:Category:Scripting|Scripting]]== | ||
===[[Category:Functions|Functions]]=== | ===[[:Category:Functions|Functions]]=== | ||
[[MessageBox]]: To display multiple message boxes in succession you must create a state engine, and check GetButtonPressed in between each call until the user does. Otherwise the second will override the first and so on. | [[MessageBox]]: To display multiple message boxes in succession you must create a state engine, and check GetButtonPressed in between each call until the user does. Otherwise the second will override the first and so on. | ||