Results 1 to 5 of 5

Thread: NPC Chat Options

  1. #1
    Join Date
    Feb 2008
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default NPC Chat Options

    Hello, I was wondering how you could select options in the NPC chat window, you know the one in quest and that stuff. The wiki's a little vague concerning Text.scar so I need an explanation of functions/procedures regarding NPC chat. So far i only know ClickToContinue.
    Thanks

  2. #2
    Join Date
    Jan 2007
    Location
    Kansas
    Posts
    3,760
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    I don't think their is a set function because sometimes their are several lines as the option. Your best bet would be to just use coordinates with randomness or you can use IsTextAtEx to find the text you are looking for.


  3. #3
    Join Date
    Aug 2007
    Location
    Georgia, U.S.
    Posts
    890
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ClickNPCChatText('uest',True);

  4. #4
    Join Date
    Feb 2008
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ok thanks i'll try it out

  5. #5
    Join Date
    Sep 2006
    Posts
    6,089
    Mentioned
    77 Post(s)
    Quoted
    43 Post(s)

    Default

    SCAR Code:
    {function FindNPCChatText(txt: string; Action: (ClickLeft,ClickRight,Move,Nothing)): Boolean;
    By: Kernel Klink and Nielsie95
    Description: Finds a text said by a NPC in chat. If found it'll perform action,
    where action can be:
    Nothing - Just return wether its found
    Move - Just move the mouse to it
    Clickleft - Movemouse & Clickmouse left
    Clickright - MoveMouse & Clickmouse right}

    FindNPCChatText('uest', ClickLeft)
    Hup Holland Hup!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. More options
    By DeSnob in forum OSR Help
    Replies: 3
    Last Post: 12-28-2008, 06:39 PM
  2. Options
    By davidwang in forum RuneScape News and General
    Replies: 6
    Last Post: 11-28-2008, 04:02 PM
  3. Options, Options, Options?
    By King of the Nites in forum OSR Help
    Replies: 8
    Last Post: 10-07-2008, 12:24 AM
  4. Quick Chat: the demise of free chat?
    By gillian in forum RuneScape News and General
    Replies: 28
    Last Post: 06-08-2008, 06:03 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
  •