Results 1 to 2 of 2

Thread: farmer

  1. #1
    Join Date
    Sep 2010
    Location
    Azeroth
    Posts
    395
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Default farmer

    Simba Code:
    Function Stile:boolean;
    var enterfarm: tarray;
    begin;
    While(stile);
    do enterfarm;
    until(false);
    end;

  2. #2
    Join Date
    Mar 2006
    Location
    Behind you
    Posts
    3,193
    Mentioned
    61 Post(s)
    Quoted
    63 Post(s)

    Default

    You really need to post more information. Also please start using the Standards. It makes your work easier to read. It is also a requirement to get members. Bad standards don't help you get members. Here is the Tutorial again. Scripting Standards(with Examples) by Shuttleu

    I can't figure out what your trying to do but that doesn't look like it will work at all. just for a programing view.

    Your using stile as a boolean result and not asigning it as a result. You don't assign Stile anything but try to use it as a way to break a loop.

    Please include more information about what you are trying to do.

    ~BraK

    My recommended reading for you.

    http://villavu.com/forum/showthread.php?t=54339

    http://villavu.com/forum/showthread.php?t=59061

    http://villavu.com/forum/showthread.php?t=58935
    Last edited by BraK; 08-05-2011 at 06:52 AM.

    "Sometimes User's don't need the Answer spelled out with Code. Sometimes all they need is guidance and explanation of the logic to get where they are going."

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
  •