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