How To Use the MakeCompass Function

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

How To Use the MakeCompass Function
  1. Unread #1 - May 31, 2008 at 4:25 PM
  2. Darknova12
    Referrals:
    0

    Darknova12 Guest

    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?
     
  3. Unread #2 - May 31, 2008 at 7:07 PM
  4. pur3min
    Joined:
    Oct 15, 2007
    Posts:
    189
    Referrals:
    0
    Sythe Gold:
    0

    pur3min Active Member

    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 >

Users viewing this thread
1 guest


 
 
Adblock breaks this site