Umm..that would mean 1. not setting @sight on at all resulting in execution of commands not intended to run when locked. 2. if @sight is set then all I can do is use $QBW_ON_SIGHTto check its status but that won't help me get it to run at regular intervals. Look at my code and intended outcome, you will get my point
$QBW_EXEC_REASON == QBW_TIMER_UPDATE? Yes: CheckTemp Underclock(Temp) exit $QBW_EXEC_REASON == QBW_DBUS_MONITOR? Yes: Event == locked? Yes: Underclock() No: NormalClock() exit