Results 1 to 3 of 3

Thread: Anti-leech help?

  1. #1
    Join Date
    Mar 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Anti-leech help?

    New to Simba and scripting, so I don't really get a lot. I've learned a few but this one stumps me. It's for Shorteh's AIO fighter.

    Here it is: Function Bones:

    I've put BuryBones: Boolean; and more but nothing is working! Help?

    Here's the whole thing:
    var
    x, y: Integer;
    Combat1, num1, num2, attnum, bonesInv, buriedBones, Bonecount, MAttacked:
    ////// CHOOSE TO BURY BONES //////
    Function :BuryBones: Boolean;
    begin;
    result := true; //true to bury, false to not.
    end;
    const

  2. #2
    Join Date
    Mar 2013
    Posts
    167
    Mentioned
    7 Post(s)
    Quoted
    62 Post(s)

    Default

    Compare it to other functions in the script, quite easy.
    Last edited by Vusn; 03-14-2013 at 02:51 AM.
    "To sleep, perchance to dream"

  3. #3
    Join Date
    Mar 2013
    Posts
    224
    Mentioned
    1 Post(s)
    Quoted
    127 Post(s)

    Default

    Also an anti-leech for my script. I told you where all of them are, all you need to do now is look at another script and compare.

    Admin please lock thread.

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
  •