troller Posted November 19, 2014 Share Posted November 19, 2014 Hi all, i've been searching for something like this for many time for my scar 3.22 scripts. I have found this command. IsTextInAreaEx I have read the old manual but i dont seem to understand some stuff. I would find the way through trial and error but everytime i get an exception thrown(Access violation address bla bla). This is the whole command line If (IsTextInAreaEx(1, 1, 777, 777, x, y, gg, 15, 7, false, false, 0, 9, -1)=true) then.... What is the problem? Do i need to use any loadchars command? and if yes, how? Thanks Quote Link to comment Share on other sites More sharing options...
portal Posted November 19, 2014 Share Posted November 19, 2014 Just by looking at it, you do not need =true. saying istextinareaex will return a true or false statement and doesnt need a condition after. As for the rest, haven't used the function and wont be around for a few days to try it. Quote Link to comment Share on other sites More sharing options...
troller Posted November 20, 2014 Author Share Posted November 20, 2014 Well, maybe condition is not needed but i still cant seem to understand the problem. Any help would be appreciated Quote Link to comment Share on other sites More sharing options...