Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as C# by Japa ( 15 years ago )
public static void PlantCactus(int i, int j)
  {
   WorldModify.GrowCactus(i, j);
   for (int k = 0; k < 150; k++)
   {
    int i2 = WorldModify.genRand.Next(i - 1, i + 2);
    int j2 = WorldModify.genRand.Next(j - 10, j + 2);
    WorldModify.GrowCactus(i2, j2);
   }
  }

 

Revise this Paste

Your Name: Code Language: