Results 1 to 6 of 6

Thread: Not Typing?

  1. #1
    Join Date
    Sep 2006
    Posts
    916
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Not Typing?

    For some reason this isn't typing for me:

    PHP Code:
    Procedure LongOrShort;
    Begin
    If(Longbow)Then
    Begin
    Mouse
    (26239955False);
    ChooseOption(xy'Make X');
    TypeSend('28');
    End;
    End
    It's part of my fletcher. It's essential as i need it for bow fletching, but it works in other parts of the script just not here?

  2. #2
    Join Date
    Sep 2006
    Location
    New Jersey, USA
    Posts
    5,347
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    the only explanation I can come up with is that 'Longbow' must be false.
    Try putting in something like this in it:
    PHP Code:
    [end] else
    writeln('Shortbow');
    end
    Interested in C# and Electrical Engineering? This might interest you.

  3. #3
    Join Date
    Feb 2007
    Location
    USA
    Posts
    667
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    perhaps add a small FTwait after chooseoption? Maybe the script is trying to do typesend before rs has brought up the screen you are trying to type into.

  4. #4
    Join Date
    Sep 2006
    Posts
    916
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Smartzkid View Post
    the only explanation I can come up with is that 'Longbow' must be false.
    Try putting in something like this in it:
    PHP Code:
    [end] else
    writeln('Shortbow');
    end

    That's not it because it clicks but then doesn't type it .

    Quote Originally Posted by omgh4x0rz View Post
    perhaps add a small FTwait after chooseoption? Maybe the script is trying to do typesend before rs has brought up the screen you are trying to type into.
    Nope .

  5. #5
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    2,984
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    Does it type the 28 in the Chat box ?
    Administrator's Warning:


  6. #6
    Join Date
    Sep 2006
    Posts
    916
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Nope, it just presses enter .

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. typing
    By sink998 in forum OSR Help
    Replies: 3
    Last Post: 12-06-2008, 06:04 AM
  2. Typing in RS
    By GhostofReality in forum OSR Help
    Replies: 27
    Last Post: 09-01-2008, 03:14 PM
  3. Typing in runescape
    By Dennisjuuh in forum OSR Help
    Replies: 2
    Last Post: 07-17-2008, 01:34 PM
  4. help with typing in script
    By thestathacker in forum OSR Help
    Replies: 2
    Last Post: 04-03-2008, 08:20 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
  •