Results 1 to 6 of 6

Thread: How to set a screen angle

  1. #1
    Join Date
    Jan 2012
    Posts
    105
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default How to set a screen angle

    Hey i was wondering how to make the script keep the screen at a birds eye view.

  2. #2
    Join Date
    Dec 2011
    Posts
    392
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Try

    Simba Code:
    SetAngle(0);

  3. #3
    Join Date
    Dec 2011
    Location
    P2P :)
    Posts
    561
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Simba Code:
    SetAngle(SRL_ANGLE_HIGH);

  4. #4
    Join Date
    Jan 2012
    Location
    Minneapolis, Mn
    Posts
    185
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Hero View Post
    Simba Code:
    SetAngle(SRL_ANGLE_HIGH);
    It's been updated so both work.

  5. #5
    Join Date
    Jan 2012
    Posts
    105
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by lilcmp1 View Post
    Try

    Simba Code:
    SetAngle(0);
    Quote Originally Posted by Hero View Post
    Simba Code:
    SetAngle(SRL_ANGLE_HIGH);
    TY both for your help im trying to learn to script to make a few good scripts for us all

  6. #6
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    MakeCompass('N');
    Change N to S, W, or E depending on the direction you want the camera to face.

    Use SetAngle(SRL_ANGLE_HIGH); to change the camera's angle. Replace _HIGH with others to change it.

    Use SetAngle(0); to set the camera angle in radians. Replace 0 with a different number to change the angle.
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Badâ„¢ before everyone gets laser pistols

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
  •