Adblock breaks this site

repeat most basic thing

Discussion in 'Scar/Simba Help' started by strongman, Sep 26, 2007.

  1. strongman

    strongman Member

    Joined:
    Apr 9, 2007
    Posts:
    94
    Referrals:
    0
    Sythe Gold:
    0
    repeat most basic thing

    i mite be asking the most basic thing but how to repeat the script
     
  2. Town

    Town Grand Master
    Scar Programmers

    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5
    repeat most basic thing

    Code:
    repeat
      //
    until(Boolean = true);
    Code:
    While Boolean = true do
      //
    end;
    Code:
    for i := 0 to 20 do
      //
    end;
    Those are 3 examples of different loops.
     
< new scar | my death rune buyer >


 
 
Adblock breaks this site