Results 1 to 3 of 3

Thread: HighestAngle;

  1. #1
    Join Date
    Jun 2008
    Location
    London
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default HighestAngle;

    I want to make the angle of the screen go as high as possible when i log my characters in so i used the code below.

    SCAR Code:
    procedure SetupPlayer;
    begin
      if (Not LoggedIn) then Exit;
      ActivateClient;
      Writeln('Setting Up '+Players[CurrentPlayer].name)
      MakeCompass('N')
      HighestAngle;
    end;

    HighestAngle comes up as an unknown identifier but i have included SRL at the top of my script. Why don't it work?

  2. #2
    Join Date
    Apr 2007
    Location
    Perth, Australia
    Posts
    3,926
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    HighestAngle and LowestAngle have been combined into one function:

    HighestAngle = SetAngle(True);
    LowestAngle = SetAngle(False);

  3. #3
    Join Date
    Jun 2008
    Location
    London
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks for the help! I never knew they had been combined together, Rep +

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Highestangle function help
    By IPwnz in forum OSR Help
    Replies: 3
    Last Post: 11-24-2007, 06:23 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •