Results 1 to 3 of 3

Thread: npc talking

  1. #1
    Join Date
    Nov 2006
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default npc talking

    ok I have been unable to find how you script a way to talk to npc like when you click on talk you then have to chose "Hello" or "Please take me to" in the chat box but i have ben able to find other little things and form the information it works with all text

    and came up with this even tho I have no idea if it's right thats why im posting

    SCAR Code:
    function GetTextAtEx(96, 38, 0, ChatChars, False, False, 0, 0, 1, 0, True, tr_NormalChars)
       wait(30+random(40))
        if(GetTextAtEx(x,y,'Hello',tr_AlphaNumericChars,0))then
         begin
         mouse(x,y,1,1,true)
     end;

  2. #2
    Join Date
    Dec 2006
    Location
    .̿̂̔͋͗̎̆ͥ̍̒ͤ͂̾̌̀̅
    Posts
    3,012
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    I think "ClickNpcChatText('');" works, or atleast used to work for clicking the text in the chat box.

  3. #3
    Join Date
    Nov 2006
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok thankyou ill try it

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. What is Kaitnieks Talking About
    By arash in forum News and General
    Replies: 10
    Last Post: 05-29-2008, 03:24 PM
  2. Talking To an NPC?
    By skilld u in forum OSR Help
    Replies: 3
    Last Post: 01-14-2008, 08:15 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
  •