In this video we will be adding to the functionality of our Make New Slide hotkey. Instead of making 3 linked cues in the main cue list, we'll now put our video and fade in cue into a group for easier labeling, and add a cue number scheme. This script was originally developed for a show that used multiple projectors. Assigning an output surface is not something I know how to do with applescript(surface is not an entry in the QLab applescript dictionary, though you may be able to do this with OSC). Because I knew changing the surface would involve mousing around, I wanted to store that data as soon as my designer said it, which is why surface is the first prompt, and why it is stored for reference in the notes of the cues. 10:30 I set the target of outCue outside of the function because I didn't want to add an extra argument that would have to be dealt with every time the function was called. This is an edge case so it gets special treatment. Make Fancy New Slide Original: https://github.com/robotlightsyou/qla... Make Fancy New Slide New: https://github.com/robotlightsyou/qla... Demo QLab Showfile: https://github.com/robotlightsyou/qla... My Template: https://github.com/robotlightsyou/qla... QLab Scripts and Macros Page: https://figure53.hostedwiki.co/pages/... Rich Walsh template: https://www.allthatyouhear.com Mic Pool's QLab Cookbook(now official) https://qlab.app/cookbook/ Timecodes: 0:00 - No Cat 0:27 - Code Overview 2:26 - Add Group to Main 4:35 - Prompt User for Data 6:15 - Update make_fade with New Data 9:30 - Add enterSomeText 10:30 - Fadeout Targets Group 12:00 - Updated Code Overview 14:30 Testing and Error Correction 17:25 - QLab Demo 18:04 - Wrap up