Results 1 to 3 of 3

Thread: Function not working...

  1. #1
    Join Date
    Nov 2006
    Location
    In an Amish Paradise
    Posts
    729
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Function not working...

    I made a function that moves the mouse and looks for UpText, but when I want to click mouse it goes to then Uptext area...

    Example:
    If function(x,y,'String' )then
    Mouse(x,y,1,1,true)

    I really don't want to post it till I'm ready with my entire script Please help if you can

    Thanks,
    ~Stupedspam

  2. #2
    Join Date
    Feb 2007
    Location
    SparklesProd.com
    Posts
    2,406
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Without seeing the actual function its a little harder...

    Why not try having a procedure that sets a boolean variable instead?

    So if boolean = true then
    Mouse(x,y,1,1,true)

    So the procedure is called to check for the uptext, and if it's there it sets the variable to true...

    Can't you just post the function? =p

  3. #3
    Join Date
    Nov 2006
    Location
    In an Amish Paradise
    Posts
    729
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Edit: Nvm, I figured it out

    ~Stupedspam

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Mouse function not working?
    By ttugamer in forum OSR Help
    Replies: 3
    Last Post: 02-01-2009, 09:43 PM
  2. AddTPAs function that I made not working
    By FreakyMonkey in forum OSR Help
    Replies: 2
    Last Post: 12-28-2008, 11:09 PM
  3. Mmouse Function Not Working
    By pianoman933 in forum OSR Help
    Replies: 3
    Last Post: 05-12-2008, 11:19 PM

Posting Permissions

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