Ok, I'm making a script that needs to open a door to get into the place it needs to...It also uses scarscape...Here's what I have so far
SCAR Code:MoveMouseSmooth(191,265)
if IsUpText('lose') then
begin
Mouse(31,235,0,0,false);
ChooseOption('Walk');
Flag;
FindNormalRandoms;
end;
if IsUpText('pen') then
begin
Mouse(202,265,0,0,false);
ChooseOption('pen');
Flag;
FindNormalRandoms;
Mouse(74,170,0,0,false);
ChooseOption('Walk');
FindNormalRandoms;
I need it to check if the door is open or not...if it isn't open, it will open it and walk to specified area...if it is, then it will walk to door and then go to specified area...Any help on how to check this?



Reply With Quote



