Difference between revisions of "User:Niaht/Notes"
Jump to navigation
Jump to search
m
no edit summary
imported>Niaht m |
imported>Niaht m |
||
Line 4: | Line 4: | ||
===[[:Category:Functions|Functions]]=== | ===[[:Category:Functions|Functions]]=== | ||
[[MessageBox]]: To display multiple message boxes in succession you must create a state | [[MessageBox]]: To display multiple message boxes in succession you must create a state machine, and check GetButtonPressed in between each messagebox call until you get a value larger than -1. Otherwise the second messagebox will override the first and kill the script. | ||
Quirkyness can result, such as having a message box up with no mouse cursor. Use console mode to get a mouse cursor and clear the message box. | |||
===[[:Category:Variables|Variables]]=== | ===[[:Category:Variables|Variables]]=== |