I'm in a situation where I need to skip a cue in certain situations. Specifically, In some cases, cue 5 (which is a fire-all group that does a bunch of stuff) will be followed by cue 6, in the alternate situation cue 6 will be skipped and we will go straight to cue 10. There was a previous thread discussing this, but none of those scripts worked for me. What I came up with:
tell application "QLab"
tell front workspace
tell current cue list
set playback position to cue "10"
end tell
end tell
end tell
Does jump, however it jumps to 10 and then immediately to the following cue in the list. I can make it work by setting the playback position to the cue prior to 10, but that's funky.
This is v2, by the way...