function custom_deviceReport(deviceType) -- sim paused? local paused = GetContextInfo("paused") if paused == false then SectorUpdate() end return 2 end print ("gugus> + dev")