Results 1 to 5 of 5

Thread: MakeCompass

  1. #1
    Join Date
    Jul 2007
    Location
    's-Gravenpolder, Holland
    Posts
    204
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default MakeCompass

    Hi guys

    I am working on my own flaxspinner script, and in order to get things working smooth, i need to get the compas facing north.

    However, the compass doesnt move an inch =|

    Is something wrong with this script? Cause it did work the first time, just stopped working after that.

    And no, my compass is not already facing north.

    SCAR Code:
    procedure Setup;
    begin
    SetupSRL;
    DeclarePlayers;
    ClearDebug;
    ActivateClient;
    MakeCompass('172');
    MakeCompass('360');
    end;

  2. #2
    Join Date
    May 2007
    Location
    Some where fun.
    Posts
    2,891
    Mentioned
    1 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by sirpali View Post
    Hi guys

    I am working on my own flaxspinner script, and in order to get things working smooth, i need to get the compas facing north.

    However, the compass doesnt move an inch =|

    Is something wrong with this script? Cause it did work the first time, just stopped working after that.

    And no, my compass is not already facing north.

    SCAR Code:
    procedure Setup;
    begin
    SetupSRL;
    DeclarePlayers;
    ClearDebug;
    ActivateClient;
    MakeCompass('172');
    MakeCompass('360');
    end;

    Well To make it face the direction that you want you do.

    SCAR Code:
    MakeCompass('N');//This will make it face north.
    MakeCompass('S');//Make it face south.
    Makecompass('W');//Make it face west.
    Makecompass('E');//Make it face east.

  3. #3
    Join Date
    Jul 2007
    Location
    's-Gravenpolder, Holland
    Posts
    204
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Well duh.
    Tried that before, didnt work. So i tried the other method of making it change direction, using degrees.
    Didn't work either though.

    Thanks for helping tho

  4. #4
    Join Date
    Jul 2007
    Location
    Ottawa, Canada
    Posts
    930
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Either it is not recognising the compass, or your client has lost focus
    ~ Metagen

  5. #5
    Join Date
    Jul 2007
    Location
    's-Gravenpolder, Holland
    Posts
    204
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Wel i tried reselecting the client a few times, yet it still doesnt do anything.
    Is there a way to make it recognise the compass again?
    Like changing my graphic settings? (all on low tho)

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. MakeCompass... help?
    By Jakez27 in forum OSR Help
    Replies: 16
    Last Post: 12-23-2008, 03:44 PM
  2. MakeCompass?
    By Naum in forum OSR Help
    Replies: 7
    Last Post: 01-18-2008, 09:31 PM
  3. MakeCompass
    By passiondrive in forum OSR Help
    Replies: 2
    Last Post: 07-05-2007, 05:03 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
  •