Results 1 to 3 of 3

Thread: Assortment of beginner questions

  1. #1
    Join Date
    Jun 2012
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Cool Assortment of beginner questions

    For each Player[i] there are variables like Name and Pass but also WorldInfo and BoxRewards. What are/how do you use WorldInfo and BoxRewards? Also, even if you choose XP for BoxRewards, how do you choose which skill to put it in? (Construction...)

    Also what do these do?
    Smart_Signed
    Smart_SuperDetail

    Is there a place where I can find descriptions of variables? Because there's that search bar on the left for functions/procedures.

    Is there a way to make the compass north and set the angle to high at the same time by pressing up and whatever arrow key at the same time, instead of one after another like the following?
    MakeCompass('n');
    SetAngle(SRL_ANGLE_HIGH);

    Thanks
    Last edited by ragebugger; 06-26-2012 at 06:46 PM.

  2. #2
    Join Date
    May 2012
    Location
    Texas
    Posts
    365
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by ragebugger View Post
    Is there a place where I can find descriptions of variables? Because there's that search bar on the left for functions/procedures.
    Search the forums with the search button at the top
    (This goes for all of your questions, you should have been answered before somewhere)
    Also the documentation helps for various things
    http://docs.villavu.com/srl-5/
    Quote Originally Posted by ragebugger View Post
    Is there a way to make the compass north and set the angle to high at the same time by pressing up and whatever arrow key at the same time, instead of one after another like the following?
    MakeCompass('n');
    SetAngle(SRL_ANGLE_HIGH);
    ClickNorth(SRL_ANGLE_HIGH);

    Good luck with your script
    Last edited by Based Lord; 06-26-2012 at 07:08 PM.
    Mostly Inactive, School

  3. #3
    Join Date
    Apr 2012
    Location
    Australia
    Posts
    1,252
    Mentioned
    1 Post(s)
    Quoted
    22 Post(s)

    Default

    There is one called LampSkill, that's for which skill it is in.
    Smart_signed and superdetail are for setting up the smart client for your bot to run through, nothing much to do here as a scripter as they will just stay the same from script to script.
    For descriptions on variables either google their name (they are the same across many scripting languages) or have a look in the beginner's tutorials they have some explanations for what the simpler ones are

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
  •