Difference between revisions of "User:Niaht/Notes"

554 bytes added ,  01:49, 27 December 2007
m
no edit summary
imported>Niaht
m (notes notes notes)
imported>Niaht
m
Line 1: Line 1:
So far everything here really 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...
== Scripting ==
== Scripting ==


===Functions ===
===Functions ===
[[MessageBox]]: This function is blocking, so why did multiple successive message boxes in a single Quest script not appear?
[[MessageBox]]: This function is blocking, so why did multiple successive message boxes in a single Quest script not appear?
===Category:Variables===
Variables are declared outside the scope of a Block (or event handler) (Begin [BlockName]). We "Set" them inside a block.
What happens to them after that? If the block is run again, the variables will be re-set (not reset)?. If you wrap your Set in a conditional, do the variables retain their values after being set once? What happens when the game is restarted?


== Quest ==
== Quest ==
Anonymous user