Results 1 to 8 of 8

Thread: Auto-Talker Issure.

  1. #1
    Join Date
    Jan 2007
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Auto-Talker Issure.

    SCAR Code:
    program ZikaAutotalker;{|||||||||||||||||||||||||||||||||||||||||||||||||||||||}
    const{                                                                         }
    {     - Zika's First AutoTalker                                                }
    {     - v0.1                                                                   }
    {                                                                              }
    {||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||}
    {                                                                              }
    {     1 Whrite what you want to say, use F2 to speak                           }
    {     2 TalkLikeA, Human or Macro                                              }
    {                                                                              }
    {||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||}
    {                                                                              }
    {     - Set-up                                                                 }
    {1}     WhatToSay = 'Test';                                                  {1}
    {2}     TalkLikeA = 'Human';                                                 {2}
    {                                                                              }
    {||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||}
    {.include Squig.txt}

    Var i:integer;
    Procedure Speak;
    Begin
     i:=0;
      Repeat
       i:= (i+1)
       Wait(100);
        If (IsFKeyDown(2))Then
         Begin
         i:=(i+1)
         If(TalkLikeA='Human')Then
         Begin
         SendKeysHuman(WhatToSay + chr(13))
         end;
         If(TalkLikeA='Macro')Then
         Begin
         Sendkeys(WhatToSay + chr(13))
         end;
         end;
       Until(i<=0)
      end;

    Begin
    Speak;
    end.

    well, this is my first script. And i find this strange issure, it is when i press F1 agen after it is beginning to type it just press enter, and start up by re-saying it..

    Also could be awesome if someone could tell me how to make a pop-up like startblaster100's script to edit what you need to say + text animations :S

    Btw, rep+ for the help.

    Thanks for attention, Zika

  2. #2
    Join Date
    Feb 2007
    Posts
    3,616
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You could use the Readln function for an easy fill out form. I believe there is a tut out for that, just look for it in the beginner section. And f1 actually opens the scar manual, so I'd make it so that it's like f key 3 or something.

  3. #3
    Join Date
    Jan 2007
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by JAD View Post
    You could use the Readln function for an easy fill out form. I believe there is a tut out for that, just look for it in the beginner section. And f1 actually opens the scar manual, so I'd make it so that it's like f key 3 or something.
    That could maby slove the error, i'll try with the F1 to F2 or w/e

    And i'll try the Form, rep+ if works =D

    Chace'd it to F2, but i dont think its the form that makes it happen.. Anyways ty!

  4. #4
    Join Date
    Jan 2007
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I still need help with this =/

    Please tell me if its legal to bump topics within 24 hours..

  5. #5
    Join Date
    Apr 2007
    Posts
    186
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You could also try making forms.

  6. #6
    Join Date
    Jan 2007
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yeah, i know how to make them, and i have it.

    But i just want to know how i make it work like the 'test' to be mean to whats inside the line i've made.

  7. #7
    Join Date
    Apr 2007
    Posts
    186
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Zika View Post
    Yeah, i know how to make them, and i have it.

    But i just want to know how i make it work like the 'test' to be mean to whats inside the line i've made.
    Im not following sry, please explain more.

  8. #8
    Join Date
    Jan 2007
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I have a line in my form, but i wishes to chance the line into what the autotalker should say.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Auto Log-In/Talker
    By Exaligo I in forum First Scripts
    Replies: 5
    Last Post: 01-11-2008, 10:45 AM
  2. Replies: 5
    Last Post: 11-23-2007, 08:45 PM
  3. Auto talker
    By ~alex~ in forum RS3 Outdated / Broken Scripts
    Replies: 3
    Last Post: 04-05-2007, 06:59 AM
  4. Help with auto trade/ auto talker script
    By logik in forum OSR Help
    Replies: 5
    Last Post: 03-16-2007, 11:16 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
  •