Difference between revisions of "User:Niaht/Notes"
m
no edit summary
imported>Niaht m |
imported>Niaht m |
||
(One intermediate revision by the same user not shown) | |||
Line 19: | Line 19: | ||
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. | 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. | ||
In the odd case that there are two scripts firing (especially multiple) messageboxes at the same time, they can collide, even when you've gone to the trouble of setting up all the proper scaffolding in each script. So far I know of no solution other than making the scripts aware of each other, so that one does not try to raise a messagebox while the other is in progress waiting for a messagebox response. | |||
Something that might alleviate the potential issue, or just ickyness, of a messagebox or menu script continuing to run every frame might be to incorporate a timer into the "state" that is waiting for a response from GetButtonPressed. | |||
===[[:Category:Variables|Variables]]=== | ===[[:Category:Variables|Variables]]=== |