So... I'm not a noobie - I scripted a long time ago. I just wanted to create a little script for old times sake, but I quickly ran into a problem...
Installed Simba (Revision 973), enabled srl.sex, updated to SRL version 803 (I think... that's what it says in the console).
I CANNOT FIND A COLOR.
Using this code (and no compilation errors, I've setup SRL, etc.):
Simba Code:x := MSCX;
y := MSCY;
if FindColorSpiralTolerance(x,y,4600188,MSX1, MSY1, MSX2, MSY2, 20) then
MMouse(x,y,0,0)
else
MMouse(-1, -1, 0, 0);
Simba NEVER finds the color! (Ok, one time, out of a good 8 tries, it moved the mouse to a crate. But I put in a BLUE color!)
Every time, the mouse moves to (-1, -1). Regardless of what color I put in.
What's going on? Help an old guy, please![]()





Reply With Quote









