Results 1 to 3 of 3

Thread: Need help :)

  1. #1
    Join Date
    May 2007
    Location
    NSW, Australia
    Posts
    2,823
    Mentioned
    3 Post(s)
    Quoted
    25 Post(s)

    Default Need help :)

    Im making a Any Tree cutter + Firemaker which cuts the logs then lights em.

    But i want to do something which finds your wc level and if u had 1 wc lv, it will only cut one certain log like a normal log because thats the only thing it could cut. Any idea how i can tell the script your Wc lv.

    Example i use:
    SCAR Code:
    WoodcutLv := GetSkillLevel('woodcutting')
    FiremakeLv := GetSkillLevel('firemaking')
    WriteLn('Starting WC level: ' + IntToStr(WoodcutLv));
    WriteLn('Starting FM level: ' + IntToStr(FiremakeLv));

    To make it say it in the Debug.

    Please help

  2. #2
    Join Date
    Nov 2006
    Location
    NSW, Australia
    Posts
    3,487
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    if ((GetSkillLevel('woodcutting')) < 15) and ((GetSkillLevel('woodcutting')) >= 1) then
    TreeToCut := Normal;
    [CENTER][img]http://signatures.mylivesignature.com/54486/113/4539C8FAAF3EAB109A3CC1811EF0941B.png[/img][/CENTER]
    [CENTER][BANANA]TSN ~ Vacation! ~ says :I Love Santy[/BANANA][/CENTER]

    [CENTER][BANANA]Raymond - Oh rilie? says :Your smart[/BANANA][/CENTER]

  3. #3
    Join Date
    May 2007
    Location
    NSW, Australia
    Posts
    2,823
    Mentioned
    3 Post(s)
    Quoted
    25 Post(s)

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
  •