Results 1 to 2 of 2

Thread: Very basic question

  1. #1
    Join Date
    Jul 2008
    Posts
    79
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Very basic question

    I'm making a macro program for Manufacture Spamming. This is for ANOTHER GAME, NOT RUNESCAPE...

    So I want to make it people friendly and sell it in-game for some serious marbles (lol, the currency of the game). What I need it to do is ask the user to define where a specified position is (ex: "Craft" button) by pressing a key with the cursor over the area where it will then "GetMousePos". I can do this fine and I don't need help with this part, but how can I make it wait for a user to define the area? I don't want wait(xxxx); because that will time the user. I want it to wait until the key is pressed, in which it will ask to define where the next button it. And so on.

    Understand?

    What could I use to do that?

    And BTW: <- I'VE TRIED, GOOGLE DIDNT HELP XD

  2. #2
    Join Date
    May 2008
    Posts
    1,345
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Do something like this:

    SCAR Code:
    While Not GetColor(coords) = Color that denotes clicking is done Do
    Wait(10)

    ~Sandstorm

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Basic Loop Question.
    By Raepor in forum OSR Help
    Replies: 10
    Last Post: 04-23-2008, 04:28 PM
  2. VERY Basic Script help
    By Wahbee in forum OSR Help
    Replies: 2
    Last Post: 12-05-2007, 02:38 AM
  3. Need some basic help.
    By r3dr4g0n in forum OSR Help
    Replies: 6
    Last Post: 10-01-2007, 11:27 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •