Results 1 to 5 of 5

Thread: Compass help please!

  1. #1
    Join Date
    Jan 2012
    Posts
    468
    Mentioned
    3 Post(s)
    Quoted
    200 Post(s)

    Default Compass help please!

    How do i set the compass to a certain angle! really stuck!

    and how do i make it so SMART doesnt restart every time i run the script!
    Last edited by BigRedJapan; 05-31-2012 at 07:03 AM.

  2. #2
    Join Date
    Mar 2012
    Location
    Color :D
    Posts
    938
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    MakeCompass function. Not sure if its still working. If you just want it north, then ClickNorth function will do for you.

  3. #3
    Join Date
    Jan 2012
    Posts
    468
    Mentioned
    3 Post(s)
    Quoted
    200 Post(s)

    Default

    No i need to Rotate the compas to east so it can see juna and click on her!

    and i need help my SMART restarts everytime i press play!

  4. #4
    Join Date
    Mar 2012
    Location
    Color :D
    Posts
    938
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You need this:
    Simba Code:
    Smart_Server := 12;

    I think it should be placed before setupsrl. The function I said in previous post can turn your compass to east.

  5. #5
    Join Date
    Sep 2007
    Location
    British Columbia, Canada
    Posts
    4,047
    Mentioned
    1 Post(s)
    Quoted
    2 Post(s)

    Default

    Just do
    Simba Code:
    MakeCompass( 'E');
    or
    MakeCompass( 90);
    Oh Hai Dar

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
  •