Search found 1 match
- 27 May 2025, 11:19
- Forum: Titan Macro Library
- Topic: Replace a excisting playback in the playback window
- Replies: 1
- Views: 1505
Re: Replace a excisting playback in the playback window
Hello daan, I am looking for the same thing and try to write it on this moment. try This lines for recording. <step>Playbacks.MergePlaybackCue("userNumber:1001", true)</step> [for merge Playback] <step>Playbacks.ReplacePlaybackCue(userNumber:1001, false) [for replace pallet] i find it tota...