Results 1 to 7 of 7

Thread: A simple talker

  1. #1
    Join Date
    Jun 2007
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default A simple talker

    I just need something that types random messages at random times. If its possible make it so that it can respond to stuff.


    I'm trying to work a big macroing project, But im new to scar.


    Thanks for everythingh):

  2. #2
    Join Date
    Feb 2007
    Location
    Australia
    Posts
    176
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Respond to what stuff ?

    -Currently learning script
    Marzey

  3. #3
    Join Date
    Jun 2007
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by marzey View Post
    Respond to what stuff ?
    for example if I say "hi" the bot will say hi back

  4. #4
    Join Date
    Oct 2006
    Posts
    2,297
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by stone warior View Post
    for example if I say "hi" the bot will say hi back
    NOT RECOMMENED!
    SCAR Code:
    If(InChat('Hi'))Then
      Begin
        TypeSend('Hi');
      End;
    he finds "hi" in chatbox, you'll say hi back....... but gues what..... cause you sid "hi" he finds "hi" in chatbox again so he...... yes indead he should say "hi" another time, and so on...

    say "hello" or so than
    [QUOTE=Santa_Clause;277761]I love you too TSN :p[/QUOTE]
    [CENTER][URL="http://www.stats.srl-forums.com/sigs"][IMG]http://www.stats.srl-forums.com/sigs/1324.png[/IMG][/URL][/CENTER]

  5. #5
    Join Date
    Jun 2007
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by the scar noob View Post
    NOT RECOMMENED!
    SCAR Code:
    If(InChat('Hi'))Then
      Begin
        TypeSend('Hi');
      End;
    he finds "hi" in chatbox, you'll say hi back....... but gues what..... cause you sid "hi" he finds "hi" in chatbox again so he...... yes indead he should say "hi" another time, and so on...

    say "hello" or so than
    thanks a lot im going to try to make a script for private servers (to start me off)

  6. #6
    Join Date
    Aug 2006
    Posts
    408
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You can make a basic auto-responder based just on the tiny material the scar noob posted. Good luck, and I suggest that you look at other scripts that talk or auto-respond for ideas and to learn how to design your own.

  7. #7
    Join Date
    Nov 2006
    Location
    NSW, Australia
    Posts
    3,487
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by the scar noob View Post
    NOT RECOMMENED!
    SCAR Code:
    If(InChat('Hi'))Then
      Begin
        TypeSend('Hi');
      End;
    he finds "hi" in chatbox, you'll say hi back....... but gues what..... cause you sid "hi" he finds "hi" in chatbox again so he...... yes indead he should say "hi" another time, and so on...

    say "hello" or so than
    Wrong! There's functions that return the username of the person that talked...and if it's the same as your username, then it doesn't respond...
    [CENTER][img]http://signatures.mylivesignature.com/54486/113/4539C8FAAF3EAB109A3CC1811EF0941B.png[/img][/CENTER]
    [CENTER][BANANA]TSN ~ Vacation! ~ says :I Love Santy[/BANANA][/CENTER]

    [CENTER][BANANA]Raymond - Oh rilie? says :Your smart[/BANANA][/CENTER]

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Simple Auto Talker
    By Harbinger in forum First Scripts
    Replies: 5
    Last Post: 01-06-2009, 05:36 AM
  2. simple auto talker
    By m4r1us in forum First Scripts
    Replies: 2
    Last Post: 12-03-2008, 03:22 AM
  3. Simple Auto-talker
    By Richard in forum First Scripts
    Replies: 7
    Last Post: 01-06-2008, 04:17 AM
  4. Simple Auto Talker
    By camdo2 in forum First Scripts
    Replies: 13
    Last Post: 10-29-2007, 12:01 PM
  5. simple auto talker
    By DillonL in forum RS3 Outdated / Broken Scripts
    Replies: 2
    Last Post: 08-15-2007, 08:42 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
  •