Results 1 to 6 of 6

Thread: My First Script - Autotalker

  1. #1
    Join Date
    Jan 2008
    Location
    California, US
    Posts
    2,765
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    My First Script - Autotalker

    Ok I fixed the double-thread thing. For those people that downloaded the 916kb one please download the new 1.

    I am pleased to present...My first autotalker!

  2. #2
    Join Date
    Jan 2008
    Location
    California, US
    Posts
    2,765
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Lol woops, I double post-threaded o_O It was lagging and never said OK lol. Use other one lol..

  3. #3
    Join Date
    Dec 2006
    Location
    Sydney, New South Wales, Australia
    Posts
    4,603
    Mentioned
    15 Post(s)
    Quoted
    42 Post(s)

    Default

    Quote Originally Posted by Da 0wner View Post
    Lol woops, I double post-threaded o_O It was lagging and never said OK lol. Use other one lol..
    Edit both your posts and delete them.
    You may contact me with any concerns you have.
    Are you a victim of harassment? Please notify me or any other staff member.

    | SRL Community Rules | SRL Live Help & Chat | Setting up Simba | F.A.Q's |

  4. #4
    Join Date
    Nov 2007
    Location
    Chile
    Posts
    1,901
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    you have to put ActivateClient :
    SCAR Code:
    Begin

    Count := 0

    ActivateClient;// see?

    Msg_Text := ReadLn('What do you want the autotyper to type?');
    Msg_Color := ReadLn('What color do you want the text?');
    Msg_Effect := ReadLn('What effect do you want this text to have?');
    Msg_Repeat := ReadLn('How many times do you wish to repeat this text?');


    Repeat

    Autotalk;

    Until(Count = StrToInt(Msg_Repeat))

    End.


  5. #5
    Join Date
    Mar 2007
    Posts
    4,810
    Mentioned
    3 Post(s)
    Quoted
    3 Post(s)

    Default

    lol 916 bytes that is mini XD

  6. #6
    Join Date
    Jan 2008
    Location
    California, US
    Posts
    2,765
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)
    And no you wouldn't need it before that because that is where it asks the questions if you even downloaded and tested it...And i have already tried to do that but it does nothing. And if i wanted to maked it switch automatically you would have to use MoveToTray but you cant get it back up without an error. Thanks.

    - Da 0wner -

    - AKA Zam0rak Pwn3r on Freddy1990.com -

    Quote Originally Posted by cazax View Post
    you have to put ActivateClient :
    SCAR Code:
    Begin

    Count := 0

    ActivateClient;// see?

    Msg_Text := ReadLn('What do you want the autotyper to type?');
    Msg_Color := ReadLn('What color do you want the text?');
    Msg_Effect := ReadLn('What effect do you want this text to have?');
    Msg_Repeat := ReadLn('How many times do you wish to repeat this text?');


    Repeat

    Autotalk;

    Until(Count = StrToInt(Msg_Repeat))

    End.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. My first script! (AutoTalker)
    By qwertyftw in forum First Scripts
    Replies: 9
    Last Post: 12-01-2007, 07:47 PM
  2. My first script (Autotalker)
    By kooldude in forum First Scripts
    Replies: 2
    Last Post: 04-27-2007, 08:02 AM
  3. My First Script :D ( AutoTalker)
    By holiday105 in forum First Scripts
    Replies: 9
    Last Post: 04-07-2007, 03:32 AM
  4. [Rs2] My first script (autotalker)
    By k1ll3r in forum First Scripts
    Replies: 4
    Last Post: 04-01-2007, 02:04 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
  •