Is there an easy way to check a screen's combos when looking for a certain one? I don't want to have to do "if(Screen->ComboD(location))...", I'd rather have just one thing constantly check the various combos on-screen. Is there any way of doing this easily? Or am I gonna have to do it the long and hard way? Thanks in advance.