scope machineTimeOffset. please include function machineTime. static Long #value; static long machineTimeOffset() { lock machineTime_lock; if (value == null) value = parseLongOpt(trim(loadTextFile(machineTimeOffsetFile()))); ret value; } end scope