Christopher,
>> Is there a way, via scripting, to get the currently playing cue's notes.
>> I need to prompt an operator to preform a task with a popup window but I
>> want to use a single script that pulls the cues notes as a variable and
>> displays.
Yep: You would create a script that has something similar to:
assign @variable = GET CUE "1" NOTES
display @variable
So line one would get the NOTES property of Cue 1, and line 2 will display
what's in that variable.
Regards,
Carlton
SR