Can easily be done w/ AI scripty running in the background:
Code:$rr = ObjCreate("RoadRunner.sdk") ;Create link to RR's sdk. $ondata = 0 While $ondata = 0 If WinExists("RoadRunner") Then ;if RR is not Running whats the point in run this. $rr.execute("SETIND;custom_rrind;ON") Else $rr.execute("SETIND;custom_rrind;OFF") EndIf $ondata = $rr.getinfo("=$ondata$") WEnd



LinkBack URL
About LinkBacks
Reply With Quote






Bookmarks