Tweak start-up delay

This commit is contained in:
David Rowe 2017-04-19 16:32:46 +12:00
parent 9088d1ef9c
commit f7d87c4c28

View file

@ -26,7 +26,7 @@
Player,
Dialog,
SCRIPT_STARTUP_DELAY = 5000; // 5s
SCRIPT_STARTUP_DELAY = 3000; // 3s
function log(message) {
print(APP_NAME + ": " + message);