script not out putting text

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

script not out putting text
  1. Unread #1 - Jan 27, 2009 at 8:10 PM
  2. jasonllor
    Joined:
    Jan 27, 2009
    Posts:
    1
    Referrals:
    0
    Sythe Gold:
    0

    jasonllor Newcomer

    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
     
  3. Unread #2 - Jan 27, 2009 at 9:06 PM
  4. cazax
    Joined:
    Nov 13, 2007
    Posts:
    457
    Referrals:
    0
    Sythe Gold:
    0

    cazax Forum Addict

    script not out putting text

    This is compiling perfect for me, have you got the newest SCAR?
     
  5. Unread #3 - Feb 4, 2009 at 7:43 PM
  6. radiclerobby
    Joined:
    Mar 9, 2008
    Posts:
    720
    Referrals:
    0
    Sythe Gold:
    0

    radiclerobby Apprentice
    Banned

    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 | >

Users viewing this thread
1 guest


 
 
Adblock breaks this site