var:message = 'Everything Complete!' func:customAlert = [ alert(message) ] delay:1000 set:pTag-html = 'Output 1 - Complete' delay:1000 set:pTag2-html = 'Output 2 - Complete' delay:2000 call:customAlert say:Hello, this is a test message! js:console.log('Executing custom JS code'); alert("Executed!");
Output 1
Output 2