Difference between revisions of "User:Niaht/Notes"
Jump to navigation
Jump to search
m
no edit summary
imported>Niaht m |
imported>Niaht m |
||
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. | |||
===[[:Category:Variables|Variables]]=== | ===[[:Category:Variables|Variables]]=== |