um:
HotKeySet($clear_screen,"clear_screen")
Func clear_screen()
SplashOff()
EndFunc
i want it also to clear the screen of an inputbox, if one is on the screen.
the inputbox is something of:
$search = InputBox("lolutilities.", "ENTER COMMAND", "","",190,115,0,0)
idk how to make the hotkey for clear_screen func, also close the above inputbox if its on the screen.
i add this to the clear_screen func:
ControlSend("lolutilities.","Cancel",Button2,"{ENTER}")
i get a syntax error. ive tried other things but cant seem to get it working.
hope the above will prove more helpful in getting help answering my question
EDIT: accidentally didnt add the . in the $search inputbox title. just now added on this post.