Hi,
when i start my fightcave script, it logs me in, it finds cave, the mouse is moving over the cave all the time, but not clicking it, anybody knows how to fix this?
thanks.
Hi,
when i start my fightcave script, it logs me in, it finds cave, the mouse is moving over the cave all the time, but not clicking it, anybody knows how to fix this?
thanks.
Could we see the code?
<3
Originally Posted by Eminem
i dont get an error code, everythings running fine.. its just not clicking.
or do u want the simba code?
Yeah, the code that's meant to be doing the clicking![]()
<3
Originally Posted by Eminem
Isn't it ClickMouse2(mouse_left) instead of (true). I am not sure, but ask another person.
Edit: the above statement is false ((true) works). you may want to reinstall smart.
Last edited by mmmvvvbbb; 04-14-2013 at 01:43 AM.

Seems like the script is unable to find the uptext.
Are your fonts up to date?
Both
andSimba Code:ClickMouse2(True);
should work. You can tell by looking in the Includes:Simba Code:ClickMouse2(mouse_left);
Simba Code:if VariantIsBoolean(button) then
begin
if (button) then
iButton := mouse_left
else
iButton := mouse_right;
end else
iButton := button;
So ClickMouse2 recognizes true as mouse_left and false as mouse_right.![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)