User Tools

Site Tools


script_delayedload

**This is an old revision of the document!** ----

A PCRE internal error occured. This might be caused by a faulty plugin

===== About the script ====== * Purpose : Load multiple scripts in the right order. * Author : Jappie Toutenhoofd (https://plus.google.com/+JappieToutenhoofd) * Link : https://plus.google.com/+JappieToutenhoofd/posts/ ====== Script code ====== ======= Roll-Clock-create ======= <code> function delayedLoad(scrpt) {var exist = LL.getScriptByName("APIcomm"); if (exist == null) { alert( scrpt + " script does not exist."); return; }  setTimeout(LL.runScript(scrpt, null), 100); d += 400; }  // initial delay var d = 800; delayedLoad("APIcomm"); delayedLoad("OWM-load"); </code>

script_delayedload.1431892687.txt.gz · Last modified: 2015/05/17 19:58 by jappie