Adblock breaks this site

How To Use the MakeCompass Function

Discussion in 'Scar/Simba Help' started by Darknova12, May 31, 2008.

  1. Darknova12

    Darknova12 Guest

    Referrals:
    0
    How To Use the MakeCompass Function

    i managed to get it to stop giving me an error but it wont turn the compass ingame anyhelp?
     
  2. pur3min

    pur3min Active Member

    Joined:
    Oct 15, 2007
    Posts:
    189
    Referrals:
    0
    Sythe Gold:
    0
    How To Use the MakeCompass Function

    Code:
    program compass;
    {.include SRL/SRL.scar}
    
    procedure ComNorth;
    begin
      MakeCompass('N');
      Writeln('Compass made north!');
    end;
    
    begin
      SetupSRL;
      ActivateClient;
      ComNorth;
    end.
    try something like that. Also, it would help if you posted your script
     
< Semicolon error | New to Scar --- Paying for Help >


 
 
Adblock breaks this site