Simple as hell.
This is a piece of my code:
SCAR Code:If IsUpText('Chop') then
Begin
Repeat
Wait(100+Random(100));
Until(IsUpText('Chop')=false)
Problem?
IsUpText('Chop') is always 'false' It doesn't work. I've tried ('hop'), ('Chop down Yew'), almost everything. Please help.


Reply With Quote


















