rangermuffin
07-26-2011, 12:27 PM
Hey,
I'm new to programing, can someone please help me out here?
I want to chop roots @ the clan citadel
How would I go about making a function that simply finds my reflection ID and clicks it?
Please respond if you have a minute to spear.
My guess (I know its miles off).
procedure ClickRoots_Wait_Repeat // ???
begin
if (IsUpText(name)) then
begin
ClickMouse2(True);
WaitWhileAnimation(ANIMATION_WAITTIME);
end;
Wait(100 + Random(500));
repeat // ???
end;
I'm new to programing, can someone please help me out here?
I want to chop roots @ the clan citadel
How would I go about making a function that simply finds my reflection ID and clicks it?
Please respond if you have a minute to spear.
My guess (I know its miles off).
procedure ClickRoots_Wait_Repeat // ???
begin
if (IsUpText(name)) then
begin
ClickMouse2(True);
WaitWhileAnimation(ANIMATION_WAITTIME);
end;
Wait(100 + Random(500));
repeat // ???
end;