theFarWilds.com
http://thefarwilds.com/forum/

Loop
http://thefarwilds.com/forum/viewtopic.php?f=14&t=1792
Page 1 of 1

Author:  jed [ Wed Mar 31, 2010 4:57 pm ]
Post subject:  Loop

Code:
for(int x=0; x<5; x++)
   {
      for(int y=0; y<5; y++)
      {
         setTerrain(createLocation(x,y),3,2);
      }
   }

Page 1 of 1 All times are UTC
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/