Example ====== Cuelist - Fire specific cue ====== ^ by: | jacklighting, May 2018 | ^ published: | http://forum.avolites.com/viewtopic.php?f=20&t=5738 | ^ description: | Fire a specific cue in a specific cuelist | {{tag>fire go cuelist cue}} ==== functions ==== * [[:macros:function:CueLists.SetNextCue]] * [[:macros:function:CueLists.Play]] ===== Code ===== Goto My Cue 4 CueLists.SetNextCue(userNumber:5, 4.0) CueLists.Play(userNumber:5) ===== Explanation ===== This explains the functional steps within the sequence. For all the other XML details please refer to [[:macros:formats_and_syntax#xml_format|Formats and syntax]] * ''CueLists.SetNextCue'' selects a specific cue as next cue (cue 4.0 in the cuelist usernumber 5) * ''CueLists.Play(userNumber:5)'' advances ('goes') cuelist usernumber 5 ===== How to use it ===== - [[:macros:deploying|make this macro available]] ~~DISCUSSION~~