Results 1 to 3 of 3

Thread: [Script Help] Is there a GetCompassAngle function?

  1. #1
    Join Date
    Jul 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Thumbs up [SOLVED][Script Help] Is there a GetCompassAngle function?

    Hello,

    Was wondering if there was a get compass angle function because I need to check the angle and click in different places depending on the current compass angle.

    I hope the experts out there can help me out,

    Kind regards,
    LaPanthere
    Last edited by LaPanthere; 07-25-2013 at 05:12 AM. Reason: Solved

  2. #2
    Join Date
    Aug 2007
    Location
    Colorado
    Posts
    7,421
    Mentioned
    268 Post(s)
    Quoted
    1442 Post(s)

    Default

    Quote Originally Posted by LaPanthere View Post
    Hello,

    Was wondering if there was a get compass angle function because I need to check the angle and click in different places depending on the current compass angle.

    I hope the experts out there can help me out,

    Kind regards,
    LaPanthere
    Includes > SRL-OSR > SRL > core > flag.simba. You'll find "rs_GetCompassAngleDegrees()" which will give you an extended integer; ex: "The compass is at angle 275.8777". You can do something like "Round(rs_GetCompassAngleDegrees);"

    Current projects:
    [ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]

    "I won't fall in your gravity. Open your eyes,
    you're the Earth and I'm the sky..."


  3. #3
    Join Date
    Jul 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Ah, thank you very much, was just looking at that exact same function a few moments ago, I'll update the thread.

Thread Information

Users Browsing this Thread

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

Posting Permissions

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