Results 1 to 5 of 5

Thread: including srl skills

  1. #1
    Join Date
    Feb 2007
    Location
    USA
    Posts
    667
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default including srl skills

    OK, so I've got these included to use the woodcutting SRL
    SCAR Code:
    program New;
    {.include SRL/SRL.scar}
    {.include SRL/SRL/skill/Woodcutting.scar}


    and then in my main loop I set it up like the manual says
    SCAR Code:
    //main loop
    begin
    setupSRL;
    setupSRLWoodCutting;



    But I get an error saying setupSRLWoodCutting is an unknown identifier.

  2. #2
    Join Date
    Dec 2006
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I don't believe that you need to setup the woodcutting... i think that you can just put
    SCAR Code:
    //main loop
    begin
      SetUpSRL;

  3. #3
    Join Date
    Feb 2007
    Location
    USA
    Posts
    667
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Don't you have to setupMining and every other skill?

  4. #4
    Join Date
    Dec 2006
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    yup
    but I don't think you need to setup woodcutting
    try it without setting it up, and see if it works

  5. #5
    Join Date
    Feb 2007
    Location
    USA
    Posts
    667
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It did thanks

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
  •