i was wondering if theres any procedures anyone could show me on how to get door col and then open door?
i was thinking something like
SCAR Code:program New;
{.include SRL/SRL.scar}
var x,y:integer
begin
setupSRL;
repeat
repeat
wait(50+random(100));
until(FindColor(x,y,GetDoorColor,MSX1,MSY1,MSX2,MSY2));
MMouse(x,y,2,2);
wait(100+random(200));
until(IsUpText('pen'));
end.


Reply With Quote




