Adblock breaks this site

script not out putting text

Discussion in 'Scar/Simba Help' started by jasonllor, Jan 27, 2009.

  1. jasonllor

    jasonllor Newcomer

    Joined:
    Jan 27, 2009
    Posts:
    1
    Referrals:
    0
    Sythe Gold:
    0
    script not out putting text

    hey guys, working on my first script! just a brief i downloaded the new scar and did all the updates and am working through the unmatched sticky tut

    when i copy and paste the code from the tut, scar says it finishes the script fine but it doesnt do anything on the screen

    I'm trying

    program StringExample1;

    var
    Greeting: String;

    procedure Say1;
    begin
    Greeting:='Hello';
    Writeln(Greeting);
    end;

    procedure Say2;
    begin
    Greeting:='Yo!';
    Writeln(Greeting);
    end;

    begin
    Say1;
    Say2;
    end.


    any idea why it's not working? not sure if it means anything but i'm using the client, and my laptop is on 1280x screen res

    thanks for any input
     
  2. cazax

    cazax Forum Addict

    Joined:
    Nov 13, 2007
    Posts:
    457
    Referrals:
    0
    Sythe Gold:
    0
    script not out putting text

    This is compiling perfect for me, have you got the newest SCAR?
     
  3. radiclerobby

    radiclerobby Apprentice
    Banned

    Joined:
    Mar 9, 2008
    Posts:
    720
    Referrals:
    0
    Sythe Gold:
    0
    script not out putting text

    It should work although i would just make 2 constants for the strings and use those for your users can use it easyer ;) and it doesnt type it this only puts it in the debug box if you want it to type for runescape and such use

    typesend('text');

    ;) hope i helped
     
< I need HELP with SCAR SCRIPTS! please! | | Need Help Please | >


 
 
Adblock breaks this site