Jump to content
Amberleaf

Problems with SMART

Recommended Posts

Ok, so i'm trying to free up the mouse while my script is running using SMART but i'm not sure how to implement it into my script do i just throw

 

program New;

{$DEFINE RS2}
{$DEFINE OSI_Color_Anti_Randoms}
{$DEFINE SMART}                   // Comment out to disable SMART

{.include OSI\OSI.scar}

procedure ScriptTerminate;
begin
 FreeOSI;
end;

begin
 SetupOSI;
end.

 

in at the top of my script? because at the minute that isn't working it just disables mouse clicking after opening a window with RS in it and stops the rest of the script.

 

Does my whole script have to be rewrote using the OSI functions in place?

Link to comment
Share on other sites

When you press disable SMART, you enable manual input, then SCAR can no longer command SMART and you can manually control the client with your mouse and keyboard. When you press enable SMART after that, SCAR can take over again and then you can no longer provide any input aside from keyboard input.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
  • Create New...