Group: Administrators
Posts: 13K,
Visits: 104K
|
Come to think of it, you could "abuse" the built-in debug window as a way to effectively pause a script. Press CTRL+D during script execution to bring the window up (it displays the current state of the script's various properties, values, expressions, etc.), and the script will halt at that point. The script will move on from that point once you close the window. While not necessarily pretty-looking, this would not require any modifications / additional coding in any of the scripts.
(I should add, however, that CTRL+D will only work in Inquisit Lab, not Inquisit Web.)
|