Ok thanks. I fixed that problem now but now I just have to tweak the colors and tolerances.
I think that it might be better to use rs_GetUpText rather than do this. Right now I have
...
Type: Posts; User: pitoms
Ok thanks. I fixed that problem now but now I just have to tweak the colors and tolerances.
I think that it might be better to use rs_GetUpText rather than do this. Right now I have
...
EDIT: In http://docs.wizzup.org/simba/scriptref/ocr.html#rs-setuptextfilter, how would I use a modified uptext filter? Like do I save it as a .pas file and put it in the same dir? How do I pass a...
For the first problem, I'd check if the door is closed before opening it by doing something like
if IsUpText('pen') then
openDoor();
I'm not sure how you would solve your second problem...
I'm working on a essence script and I'm trying to find a good way to see if a player is active. I know there's a way to do it with animations but the player is sometimes blocked by the giant block of...