Results 1 to 13 of 13

Thread: Talking in a Clan Chat

  1. #1
    Join Date
    Aug 2009
    Posts
    164
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Talking in a Clan Chat

    Anyone know how to talk in a clan chat using scar?

    when i do TypeSend('/something');

    instead of typing /something it comes up with just something
    Last edited by scuz 10; 02-01-2010 at 01:09 AM.

  2. #2
    Join Date
    Mar 2007
    Posts
    3,042
    Mentioned
    1 Post(s)
    Quoted
    14 Post(s)

    Default

    Aren't clan chat messages sent using a forward slash, not a backwards one?
    :-)

  3. #3
    Join Date
    Aug 2009
    Posts
    164
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'm using SMART btw

    I really hope someone knows how to make this work...i just wrote a whole script whose purpose was to talk in a clan chat...
    Last edited by scuz 10; 02-01-2010 at 01:11 AM.

  4. #4
    Join Date
    May 2007
    Location
    knoxville
    Posts
    2,873
    Mentioned
    7 Post(s)
    Quoted
    70 Post(s)

    Default

    http://www.villavu.com/forum/showthread.php?t=45742



    im only posting link because it fucks up when i copy and paste function
    <TViYH> i had a dream about you again awkwardsaw
    Malachi 2:3

  5. #5
    Join Date
    Aug 2009
    Posts
    164
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    Typesend('/' + AddMistakes(YourMessage[Random(Length(YourMessage))],Mistake))

    wont that just do the same thing?

    Not working with smart

  6. #6
    Join Date
    Jan 2010
    Posts
    5,227
    Mentioned
    6 Post(s)
    Quoted
    60 Post(s)

    Default

    I remember something with SMART not always working with non-letter/number characters (!@#$%^&*()-_=+[{}]\|'";:.>,</?`~), but I think it used to replace the key with something else, not completely remove it.. But I dunno for sure. Maybe have it type the keycode? (GetKeyCode('/'))

  7. #7
    Join Date
    Aug 2009
    Posts
    164
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by i luffs yeww View Post
    I remember something with SMART not always working with non-letter/number characters (!@#$%^&*()-_=+[{}]\|'";:.>,</?`~), but I think it used to replace the key with something else, not completely remove it.. But I dunno for sure. Maybe have it type the keycode? (GetKeyCode('/'))
    It output 191...when i tried using:
    SCAR Code:
    Keydown(191);
      Keyup(191);

    nothing happens

    any ideas?

  8. #8
    Join Date
    Jan 2010
    Posts
    5,227
    Mentioned
    6 Post(s)
    Quoted
    60 Post(s)

    Default

    Does 191 work without SMART? And do you have like.. any instant messenger? it'd make this a lot easier and faster for you.

  9. #9
    Join Date
    Aug 2009
    Posts
    164
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by i luffs yeww View Post
    Does 191 work without SMART? And do you have like.. any instant messenger? it'd make this a lot easier and faster for you.
    I have msn and aim, what's your email/screen name?

  10. #10
    Join Date
    Jan 2010
    Posts
    5,227
    Mentioned
    6 Post(s)
    Quoted
    60 Post(s)

  11. #11
    Join Date
    Feb 2009
    Posts
    1,447
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

  12. #12
    Join Date
    Jan 2010
    Posts
    5,227
    Mentioned
    6 Post(s)
    Quoted
    60 Post(s)

    Default

    Quote Originally Posted by TRiLeZ View Post
    I don't know why but, you can't type special characters in SMART with SCAR...
    I'm pretty sure I was able to somehow..

  13. #13
    Join Date
    Apr 2007
    Location
    Melbourne, Aus
    Posts
    202
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    what about using ascii characters:
    Code:
    TypeSend(chr(47)+'hi');
    E: Nevermind that doesn't work either.
    Last edited by jimmy_mac; 02-01-2010 at 04:44 AM.

Thread Information

Users Browsing this Thread

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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •