Random Text

Discussion in 'Scar/Simba Help' started by 3dhomejoe, Jan 10, 2008.

Random Text
  1. Unread #1 - Jan 10, 2008 at 4:48 PM
  2. 3dhomejoe
    Referrals:
    0

    3dhomejoe Guest

    Random Text

    I need a script that will type random text, i dont have a script yet.

    Thanks
    3dhomejoe
     
  3. Unread #2 - Jan 10, 2008 at 6:16 PM
  4. Town
    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5

    Town Grand Master
    Scar Programmers

    Random Text

    Code:
    function TypeRand(i: Integer): String;
    begin
      case i of
        0: 'a';
        1: 'b';
        2: 'c';
        3: 'd';
        4: 'e';
        5: 'f';
        6: 'g';
        7: 'h';
        8: 'i';
        9: 'j';
        10: 'k';
        11: 'l';
        12: 'm';
        13: 'n';
        14: 'o';
        15: 'p';
        16: 'q';
        17: 'r';
        18: 's';
        19: 't';
        20: 'u';
        21: 'v';
        22: 'w';
        23: 'x';
        24: 'y';
        25: 'z';
      end;
    end;
    That should save you some time.
     
  5. Unread #3 - Jan 10, 2008 at 10:37 PM
  6. 3dhomejoe
    Referrals:
    0

    3dhomejoe Guest

    Random Text

    ok, thanks, i will try to try it soon
     
  7. Unread #4 - Jan 28, 2008 at 11:02 PM
  8. 3dhomejoe
    Referrals:
    0

    3dhomejoe Guest

    Random Text

    that one does not work
     
  9. Unread #5 - Jan 28, 2008 at 11:39 PM
  10. Xjaa
    Joined:
    Jan 21, 2007
    Posts:
    3,248
    Referrals:
    2
    Sythe Gold:
    0
    Lawrence Potamus

    Xjaa Penguin
    $100 USD Donor

    Random Text

    That's not a running script, just the alphabet set-up as integers.
     
  11. Unread #6 - Jan 29, 2008 at 9:06 AM
  12. 3dhomejoe
    Referrals:
    0

    3dhomejoe Guest

    Random Text

    and i dont know how to do that...
     
  13. Unread #7 - Jan 29, 2008 at 1:28 PM
  14. Xjaa
    Joined:
    Jan 21, 2007
    Posts:
    3,248
    Referrals:
    2
    Sythe Gold:
    0
    Lawrence Potamus

    Xjaa Penguin
    $100 USD Donor

    Random Text

    I'll make it if I have time.
     
< srl forums not letting me download srl | Help with scar please? >

Users viewing this thread
1 guest


 
 
Adblock breaks this site