if ( GetColor(156,81)=="0x15E9FF" and GetColor(834,1040)=="0xEAE893") ;
{
SendInput,3
}
else
{
if ( GetColor(885,1037)=="0xBD8852" ) ;
{
SendInput,4
}
else
SendInput,2
SendInput,0
}
我的意思是3>4>0>2
3是最高级。有就马上触发。后面以此内推! 2是最低级。
3和4 有条件限制。 0比2要高一级。但0和2没的条件限制!